home *** CD-ROM | disk | FTP | other *** search
/ Group 42-Sells Out! - The Information Archive / Group 42 Sells Out (Group 42) (1996).iso / internet / intbit.txt < prev    next >
Text File  |  1995-11-30  |  107KB  |  3,280 lines

  1.  
  2.                        A GUIDE TO INTERNET/BITNET
  3.  
  4.                                Version 2.0
  5.  
  6.  
  7.  
  8.                                Dana Noonan
  9.  
  10.  
  11.  
  12.                           Distributed by Metronet
  13.  
  14.                          Copyright 1994 Dana Noonan
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24. TABLE OF CONTENTS
  25.  
  26. INTRODUCTION
  27.  
  28. VAX SYSTEM COMMANDS
  29.  
  30. MAIL-BASED SERVICES
  31.   E-MAIL
  32.   Mailing Lists
  33.   Electronic Journals and Newsletters
  34.   Other Mail-Based Services
  35.  
  36. REMOTE CONNECTIONS
  37.   Telnet
  38.   File Transfer Protocol (FTP)
  39.     Selected File Archives
  40.  
  41. INTERNET LIBRARY SERVICES
  42.   Online Catalog Basics
  43.   Search Strategies
  44.   Online Library Catalogs: A Starter Set
  45.  
  46. EXPLORING THE NETS -- TOOLS AND TECHNIQUES
  47.   Gopher
  48.   WWW -- World Wide Web
  49.   WAIS -- Wide Area Information Server
  50.   Gateway Programs
  51.  
  52. INTERNET BULLETIN BOARDS
  53.   Government Information Systems
  54.   Education Bulletin Boards and Networks
  55.   Community Computing Systems
  56.  
  57. SELECTED DATABASES
  58.   Shopping on the Net
  59.  
  60. USENET NEWSGROUPS
  61.  
  62. WHAT TO DO NEXT
  63.   Keeping up with the Internet
  64.   The Top Ten List for Internet Novices
  65.  
  66. GLOSSARY
  67.  
  68. BIBLIOGRAPHY
  69.  
  70. APPENDIX A: Making the Internet Connection
  71. APPENDIX B: Creating a Plan File
  72.  
  73. INDEX
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83. INTRODUCTION
  84.  
  85.  
  86. Over twenty years ago the Department of Defense established an
  87. electronic network for researchers known as ARPANET.  Today, a
  88. loose collection of networks, the Internet, provides high-speed
  89. electronic links for scientists, researchers, and other
  90. information workers in education, government, and business.
  91.  
  92. Some of these networks focus on a research topic or an academic
  93. discipline; others serve regional groups of institutions. The
  94. oldest educational network is BITNET (Because It's Time
  95. Network), which specializes in "store and forward" message and
  96. file transmission. Internet provides direct access to remote
  97. computer sites along with message and file transfer.
  98.  
  99. The federally subsidized NSFnet serves as the backbone for
  100. network interconnectivity in the United States linking CREN
  101. (BITNET and CSnet), the Internet, and other noncommercial
  102. academic and research networks together for electronic mail,
  103. file transfer, news and other services. Over 1,000,000 computer
  104. sites form the "backfence" over which neighbors in this
  105. electronic global village exchange data and gossip.
  106.  
  107. The Internet is just the foot-path of the Information Highway --
  108. leading the way in linking information providers and users
  109. around the globe. Although the network has experienced
  110. phenomenal growth in the past few years, the services and
  111. navigation tools available on the net are still in their
  112. infancy. Learning to use the Internet for research, business or
  113. pleasure takes a considerable investment of time and energy.
  114.  
  115. The most popular uses of Internet/Bitnet are sending and
  116. receiving electronic mail, participating in special interest
  117. groups, reading and writing for electronic digests and journals,
  118. searching online library catalogs around the world, and
  119. acquiring text and program files from remote computers. The
  120. increased availability of multi-media resources in the last year
  121. or so has made the network a richer and more comfortable place.
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131. VAX SYSTEM COMMANDS
  132.  
  133.  
  134. Although much of this guide applies to any Internet connection,
  135. the guide was written with VMS users in mind. If VAX-speak is
  136. not your thing, skip the next few sections.
  137.  
  138. Logging on the system
  139.  
  140. Contact your local computer center to set up an account and
  141. learn the location of local terminals or telephone numbers for
  142. remote access.  If your campus computer system is set up for
  143. dial-up access, you can use a computer from your home or office
  144. to connect to the system.  Your account will include two
  145. identifying codes: username and password.  The username is your
  146. local system e-mail mailbox and will be a part of your Internet
  147. or BITNET address.
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157. VAX Commands
  158.  
  159. The Basics
  160.  
  161. HELP     Display help files                help or help topic
  162.  
  163. EDIT     Edit a text file                  edit mytext.txt
  164.  
  165. MAIL     Send/read messages                mail
  166. TELNET   Connect to an Internet service    telnet pac.carl.org
  167. FTP      Send/receive files
  168.  
  169. KERMIT   Upload or download files          kermit receive newdata.zip
  170.                                            kermit send myfile.txt
  171.  
  172. LOGOFF   Leave the vax system              lo or log
  173.  
  174.  
  175. Handy Commands
  176.  
  177. DIR      List files in a directory         dir or dir/size/date or
  178.                                            dir/since
  179.  
  180. TYPE     Display file contents             type listfile.txt
  181.  
  182. EDIT     Create and/or edit a file         edit myfile.txt
  183.  
  184. COPY     Copy a file or files              copy gopherrc. mygoph.txt
  185.  
  186. DELETE   Delete a file or files            del filename.txt;2 or
  187.                                            del *.txt;*
  188.  
  189. RENAME   Rename a file                     ren file1.txt file2.txt
  190.  
  191. SEARCH   Look for a specific text          search filename "text"
  192.  
  193. SPAWN    Start a new process               (see example in FTP section)
  194.  
  195. CREATE/DIR  Create a subdirectory          create/dir [.nyob]
  196. SET DEFAULT [.]  Change directories        set def [.nyob]
  197.  
  198.  
  199. Emergency Commands
  200.  
  201. CTRL-C   Quit this process
  202. CTRL-Y   Interrupt this process
  203. CTRL-Z   Save and quit
  204.  
  205. Command Line Modifiers
  206.  
  207. CTRL-A   Insert text
  208. CTRL-H   Move to beginning of line
  209.  
  210.  
  211. Edit Keypad Shortcuts
  212.  
  213. The numeric keypad can be used to enter EDIT commands. If the
  214. system does not use the keypad as the default, type c to change
  215. to the keypad option. CTRL-Z will return to the normal command
  216. mode. Type EXIT to save file and end editing; or QUIT to end
  217. editing quit without saving the file.
  218.  
  219. Use the PF1 or F1 (on IBM compatibles) to choose the second
  220. command for each key; tap PF1 or F1 then the other key. Tap PF2
  221. or F2 for more information.
  222.  
  223.  
  224.          --------------------------------------------
  225.          PF1         PF2         PF3         PF4
  226.          GOLD        HELP        FIND NEXT   DEL LINE
  227.                                  FIND        UNDEL L
  228.          --------------------------------------------
  229.          7           8           9           -
  230.          PAGE        SECTION     APPEND      DEL WORD
  231.          COMMAND     FILE        REPLACE     UNDEL W
  232.          --------------------------------------------
  233.          4           5          6            +
  234.          ADVANCE     BACKUP     CUT          DEL CHAR
  235.          BOTTOM      TOP        PASTE        UNDEL C
  236.          --------------------------------------------
  237.          1           2          3            ENTER
  238.          WORD        EOL        CHAR
  239.          CHNGCASE    DEL EOL    SPECINS      ENTER
  240.          ----------------------------------  SUBS
  241.          0                      . (period)
  242.          LINE                   SELECT
  243.          OPEN LINE              RESET
  244.          --------------------------------------------
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254. VAX Internet Shortcuts with LOGIN.COM
  255.  
  256.  
  257. If you use a VAX to connect to the internet, you might want to
  258. create a login.com file to make life a little easier. This plain
  259. ASCII file can be created with any editor. Note: Lines beginning
  260. with ! are comments and don't have to be typed but are included
  261. here for clarity. Type @login to start the program after any
  262. changes; otherwise the program will run when you logon to the
  263. VAX.
  264.  
  265. $ ! VAX FILE: LOGIN.COM
  266. $ !
  267. $ set terminal/device=vt100
  268. $ !
  269. $ ! MAIL ADDRESSES
  270. $ ! if you use an smtp mailer, substitute smtp% for in% below:
  271. $ !
  272. $ define Dana in%"""noonan@msus1.msus.edu"""
  273. $ define nw in%"""nerowolfe%ndsuvm1.bitnet@cunyvm.cuny.edu"""
  274. ! to bitnet from Internet only site
  275. $ !
  276. $ ! REDEFINING FUNCTION KEYS
  277. $ ! Note: Use CTRL-C Q sequence to break telnet connections,
  278.     this can be handy when connection hangs
  279. $ ! For terminals and pc keyboards with function keys:  PF1 = F1
  280. $ !
  281. $ define/key pf4 "telnet/esca=^c "
  282. $ define/key pf3 "telnet/tn3270/esca=^c "
  283. $ define/key pf2 "del [noonan.mail]*.old;*"  ! use after
  284.                                               mail "COMPRESS" command
  285. $ !
  286. $ ! VAX COMMANDS (for the lazy typist)
  287. $ !
  288. $ sym == "show symbol/global/all"  ! what goodies are available
  289.                                    on the system
  290. $ quo == "show quota"   ! how much disk space is available
  291. $ tt == "type/page "
  292. $ !
  293. $ ! DIRECTORIES AND SUBDIRECTORIES
  294. $ !
  295. $ dirs == "directory/since/size"
  296. $ since == "directory/since/size/since"
  297. $ dates == "directory/size/date"
  298. $ !
  299. $ ! VAX UTILITIES (from Compuserve VAX forum)
  300. $ !
  301. $ q1 == "@[noonan.util]q1.com"  ! modified version of TERM.COM -
  302.                                   sends file to home printer
  303. $ cd == "@[noonan.util]cd.com"  ! CD.COM - change directory -
  304.                                   like DOS CD command
  305. $ !
  306. $ ! EDIT MAIL
  307. $ ! The following MAIL command allows editing of the message you
  308.   are replying to...
  309. $ MAIL :== MAIL/EDIT=(send,REPLY=EXTRACT)
  310. $ !
  311. $ ! INTERNET FAVORITES
  312. $ !
  313. $ wais :== TELNET/esca=^c quake.think.com
  314. $ cleveland :== TELNET/esca=^c library.cpl.org
  315. $ melvyl :== TELNET/esca=^c melvyl.ucop.edu
  316. $ bubl :== $sys$system:gopher bubl.bath.ac.uk 7070  !starts gopher
  317.                                                     client pointed at BUBL
  318. $ lynx :== telnet/esca=^c ukanaix.cc.ukans.edu
  319. $ !
  320. $ ! INTERNET LIST ADDRESSES
  321. $ ! use the following to send mail to selected lists
  322. $ !
  323. $ DEFINE metro in%"""metronet@ndsuvm1.bitnet"""
  324. $ EXIT
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334. E-MAIL
  335.  
  336.  
  337. One of the most useful facilities on Internet is the ability to
  338. send messages to network users in the next town or across the
  339. globe rapidly and without transmission errors. To send e-mail
  340. you need to know the recipient's username and Internet or Bitnet
  341. system address.  Computer network addresses are a bit like
  342. telephone numbers, in some instances an extension will be
  343. sufficient, but in others you need area codes and even country
  344. codes.
  345.  
  346. Local network   username                   noonan
  347.  
  348. Remote user     username@internet_address  noonan@msus1.msus.edu
  349.  
  350. In the United States, most Internet domains end with
  351. designations indicating the type of site or geographical
  352. location:
  353.  
  354.   edu  educational institution     mil   military site
  355.   com  commercial organization     net   network center
  356.   gov  government agency           org   all other organizations
  357.   us   in the United States        mn.us in Minnesota
  358.  
  359. Outside the United States most network addresses end with a
  360. country code. The meaning of many of these country codes is
  361. obvious, such as UK for United Kingdom or AU for Australia.
  362. Others are less obvious -- because there can only be one region
  363. with the AU code, Austria is identified as AT.
  364.  
  365. Mail is sent to a network address that contains the username and
  366. network location of the recipient. Local mail requires only the
  367. correct username. To send local mail, type MAIL. Type  SEND,
  368. then the recipient's username, subject, and message. Use the
  369. following format to send  network mail:
  370. in%"username@network_address."
  371.  
  372.     Local Mail    MAIL>  Send
  373.                   To: noonan
  374.                   Subject: Just testing
  375.  
  376.     Network mail  MAIL>   Send
  377.                   To: in%"noonan@msus1.msus.edu"
  378.                   Subject: Just testing again
  379.  
  380. Messages can be as long as needed, but remember that every
  381. network user has a limited amount of space available in his or
  382. her account.  The VAX editor is hard to use effectively with a
  383. microcomputer.  Long messages can be written on a word
  384. processor, saved as an ASCII file, and uploaded to the VAX via
  385. Kermit.  Short messages can be composed on the fly, but remember
  386. to use the left arrow key instead of the backspace key to erase
  387. text. Do not send messages in all capital letters; they are too
  388. hard to read and have the impact of shouting at the recipient.
  389.  
  390. Messages are placed in folders(directories) depending on their
  391. status. New messages are placed in the NEWMAIL folder until you
  392. have read them, then they can be found in the MAIL folder.
  393. Messages you delete will be placed in the WASTEBASKET folder
  394. until you EXIT the MAIL utility using the CTRL-Z command.
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404. How To Find E-mail Addresses
  405.  
  406. Netfind Servers
  407.  
  408. Although some network directories exist, it may be necessary to
  409. ask people for their e-mail addresses. One of the easiest to use
  410. and most comprehensive network address directories is the
  411. University of Colorado's Netfind Server. Given a bit of basic
  412. information, such as last name and institutional affiliation,
  413. the server will search for that person's e-mail address. In some
  414. cases it will be able to retrieve not only the correct network
  415. address, but also a mailing address and telephone number. Be
  416. sure to read the help file when you logon for a more complete
  417. description of how the program works. Select a nearby server and
  418. logon as netfind.
  419.  
  420.   archie.au                AARNet, Melbourne, Australia
  421.   bruno.cs.colorado.edu    University of Colorado, Boulder
  422.   dino.conicit.ve          NCTSR, Venezuela
  423.   ds.internic.net          InterNIC
  424.   lincoln.technet.sg       Technet, Singapore
  425.   malloco.ing.puc.cl       Catholic Univ. of Chile, Santiago
  426.   monolith.cc.ic.ac.uk     Imperial College, London, England
  427.   netfind.ee.mcgill.ca     McGill University, Montreal, Canada
  428.   nic.uakom.sk             Academy of Sciences, lovakia
  429.   redmont.cis.uab.edu      University of Alabama, Birmingham
  430.  
  431.  
  432. InterNIC Registration Services Center:
  433.  
  434. For registered domains and network information centers, InterNic
  435. offers a useful alternative to Netfind. Some local sites offer a
  436. very easy to use local Whois server linked to InterNIC. Type
  437. whois minneapolis to see if your site has a server installed;
  438. otherwise try:
  439.  
  440.             Whois Server
  441.             Telnet rs.internic.net or 198.41.0.5
  442.             Logon:  type whois and follow directions
  443.             Logoff: type Q
  444.  
  445.  
  446. Finger
  447.  
  448. Although it sounds a bit rude, lots of folks finger other
  449. network users each day. If your site offers finger service, you
  450. can easily find the correct addresses for local accounts by
  451. typing:  finger so-and-so.
  452. To finger a remote account, type: finger so-and-so@remote_site.
  453. Finger has the ability to display user-generated plan files and
  454. this feature has led to a variety of useful and even
  455. entertaining network services. To get current information about
  456. updates to this guide or Network News, type finger
  457. noonan@msus1.msus.edu.
  458.  
  459. Finger is also available via telnet:  telnet site/port=79 and
  460. when the connection is established type username. For example,
  461. telnet msus1.msus.edu/port=79 and type noonan.
  462.  
  463.  
  464. Other Sources of E-mail Addresses
  465.  
  466. If you are looking for an address at a specific academic
  467. institution, check the campus gopher to see if it has an address
  468. server. If you think that an individual may subscribe to a
  469. specific special interest list, use the listserv command "review
  470. listname" to obtain a list of subscribers. As a last resort, you
  471. may want to write the postmaster at the location for
  472. information, but keep in mind that they are very busy people and
  473. may not have time to respond.
  474.  
  475.  
  476. Addressing Internet Mail
  477.  
  478.  
  479. Most VAX systems require mail addresses typed in one of the
  480. following formats:  in%"user@site"  or    smtp%"user@site"
  481.  
  482. Although some Internet sites are also Bitnet sites, many are
  483. not. Use the address format listed under Bitnet below to send
  484. mail to a Bitnet site from an Internet only site. Note: Some
  485. savvy system administrators take care of details like this for
  486. their users.
  487.  
  488. Local user       username
  489. Remote user      username@internet_address
  490.  
  491. Internet         user@site
  492. Bitnet           user%site.bitnet@gateway
  493.                  ex. noonan%msus1.bitnet@cunyvm.cuny.edu
  494.  
  495. America Online   user@aol.com
  496. Applelink        user@applelink.apple.com
  497. ATTmail          user@attmail.com
  498. Compuserve       71234.567@compuserve.com
  499. Easynet          user@host.enet.dec.com or
  500.                  user%host.enet@decwrl.dec.com
  501. Genie            user@genie.geis.com
  502. MCI              user@mcimail.com
  503. Prodigy          user@prodigy.com
  504.  
  505.  
  506. Managing E-mail Glut
  507.  
  508.  
  509. 1.  Use the delete key often and with glee. Nobody ever said you
  510.     have to read every message you receive, any more than you
  511.     have to read every flyer and piece of junk mail that comes to
  512.     your office or home. Don't hesitate to delete mail on the
  513.     basis of the subject, source, or first few lines.
  514.  
  515. 2.  If you file mail you want to look at later in appropriate
  516.     file folders, you will be more organized or at least enjoy
  517.     the illusion of being organized.
  518.  
  519. 3.  When you sign up for a list, you will receive a welcome
  520.     message outlining some of the functions of the list and how
  521.     to get off the list. File these messages in a folder called
  522.     lists so that you can retrieve them later.
  523.  
  524. 4.  Get the *.MAI file clutter out of the root directory so you
  525.     will be able to find the files you need to use. To create a
  526.     MAIL directory (from within Mail), type set mail_dir [.mail].
  527.  
  528. 5.  Try the following handy trick to edit and extract files in
  529.     one easy step. If a long message has a paragraph or two you
  530.     want to save for later use, type read/edit message #. Delete
  531.     everything except the paragraphs you want to save; hit CTRL-Z;
  532.     type write filename.txt; type quit.
  533.  
  534.  
  535. Reading Mail
  536.  
  537. HELP     Display mail help files
  538.          MAIL> Help extract
  539.  
  540. MAIL     Send/read messages to/from other users
  541.  
  542. DIR      Display message subjects
  543. DIR/FOL  Display list of folders of mail
  544.  
  545. READ     Read messages
  546.          MAIL> Read 13
  547.          MAIL> 13
  548.          MAIL> READ/NEW
  549.  
  550. NEXT     Skip to next message
  551.  
  552. DELETE   Delete a message or messages - moves messages to
  553.          wastebasket folder until user hits Control-Z or type
  554.          EXIT
  555.          MAIL>  d/all
  556.          MAIL>  d 7-10,14
  557.  
  558. EXTRACT  Move a message to a file in the root directory
  559. /APPEND  Copy message to the end of a file in the root directory
  560.          MAIL>  extract edtech-memo
  561.          MAIL>  ext/all april20
  562.  
  563. FILE     File current message in selected folder
  564.          MAIL>  file lists
  565.  
  566. SELECT   Select mail folder
  567.          MAIL>  Select mail    (old mail not yet deleted)
  568.          MAIL>  Select wastebasket    (mail marked for deletion)
  569.  
  570. SEARCH   Search messages for selected text
  571.          MAIL>  search www
  572.  
  573. COMPRESS Shrink the amount of space taken by old mail
  574.          Be sure to del *.old;* after you leave mail
  575.  
  576. EXIT     Empty wastebasket and exit MAIL
  577. QUIT     Exit MAIL without erasing deleted messages
  578.  
  579. CTRL-C   Quit this process
  580. CTRL-Y   Interrupt this process
  581. CTRL-Z   Save and quit
  582.  
  583.  
  584.  
  585. Sending Mail
  586.  
  587. SEND     Send a message to another user.
  588. /SUBJECT= Include a new message topic on the send line.
  589.  
  590.          LOCAL NETWORK ADDRESSES
  591.          MAIL> SEND
  592.          To: noonan
  593.          Subject: Testing
  594.          Enter message...
  595.          Press CTRL-Z when complete or CTRL-C to quit.
  596.  
  597. SEND FILE  MAIL> SEND filename
  598.          MAIL> send quotes.txt
  599.  
  600. FORWARD/ Send a copy of the message you just read to another user
  601. EDIT     MAIL> Forward
  602.  
  603. REPLY    Respond to a message you have just read
  604. /SUBJECT=  Change topic of message but reply to same e-mail address
  605.  
  606.          MAIL> REPLY
  607.          To: in%"noonan@msus1.msus.edu"
  608.          Subj: RE: your message to me
  609.  
  610.          MAIL> REPLY/SUBJECT="new topic"
  611.  
  612.  
  613. Mail Keypad
  614.  
  615. The numeric keypad can be used to enter common MAIL commands.
  616. Use the PF1 or F1 (IBM compatibles) to choose the second command
  617. for each key; tap PF1 or F1 then the other key.  Tap PF2 or F2
  618. for more information.
  619.  
  620.  
  621.           --------------------------------------------
  622.           PF1         PF2         PF3         PF4
  623.           GOLD        HELP        EXT/MAIL    ERASE
  624.           DIR/FOLD    EXTRACT     SEL MAIL
  625.           --------------------------------------------
  626.           7           8           9           -
  627.           SEND        REPLY       FORWARD     READ/NEW
  628.           SEND/EDIT   RP/ED/EX    FRWD/EDIT   SHOW/NEW
  629.           --------------------------------------------
  630.           4           5          6            +
  631.           CURRENT     FIRST      LAST         DIR/NEW
  632.           CURR/EDIT   FIRST/EDIT LAST/EDIT    DIR MAIL
  633.           --------------------------------------------
  634.           1           2          3            ENTER
  635.           BACK        PRINT      DIR
  636.           BACK/EDIT   P/P/NOTI   DIR/9999     ENTER
  637.           ----------------------------------  SELECT
  638.           0                      . (period)
  639.           NEXT                   FILE
  640.           NEXT/EDIT              DELETE
  641.           --------------------------------------------
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648.  
  649.  
  650.  
  651. MAILING LISTS
  652.  
  653.  
  654. Hundreds of special interest groups or mailing lists are open to
  655. subscription on Internet. Most are free and open to anyone
  656. interested in the topic under consideration.  Some lists have
  657. little message traffic on them; others are so active your
  658. mailbox will be quickly filled with messages.
  659.  
  660. Lists seem to take on the characteristics of the folks who use
  661. them. Most are serious and mannerly, but some revel in humor,
  662. controversy, or sheer pedantry (most list users are academics).
  663. The anonymity of e-mail has given rise to a peculiar form of
  664. behavior known as flaming.  Flaming occurs when normally polite
  665. individuals use e-mail to insult other list members, groups of
  666. individuals, or whole nations.  Some "flames" are unintentional
  667. and  reflect ignorance or inexperience; others are simply nasty,
  668. racist, or bigoted diatribes.
  669.  
  670.  
  671. Finding a List
  672.  
  673. To participate in the mailing list world you first need to find
  674. an interesting list in this guide or on the List of Lists (see
  675. bibliography). The easiest way to find a list of interest to you
  676. is to send the following message:
  677.  
  678.      Mail to:   in%"listserv@bitnic.bitnet" or
  679.                 in%"listserv%bitnic.bitnet@cunyvm.cuny.edu"
  680.      Message:   list global /topic
  681.      Example:   list global /Africa
  682.  
  683. You can also search the mailing list database at
  684. INTGROUP@NDSUVM1 for topics of interest.
  685.  
  686.  
  687. The Listserv Manager
  688.  
  689. Each mailing list is based at a specific network node or
  690. listserv address that runs a program called the Mailing Lists
  691. Manager.  The program functions as archivist, file server, and
  692. mailing list distributor. All of the little nit-picky details
  693. related to the management of a list are taken care of by the
  694. listserv software. Send requests for action to listserv@site not
  695. to the list itself. The following example shows messages that
  696. could be sent to: listserv@uhupvm1.uh.edu related to the PACS-L.
  697.  
  698. Message                         Action Requested / Example
  699.  
  700. subscribe listname your name    subscribe to a list
  701.                                 sub pacs-l Melvyl Dewey
  702.  
  703. unsubscribe listname            cancel subscription
  704.                                 unsub pacs-l
  705.  
  706. index listname                  get list of files in archive
  707.                                 index pacs-l
  708. get filename                    request copy of a file
  709.                                 get filename
  710.  
  711. review listname                 obtain a list of subscribers
  712.                                 review pacs-l
  713.  
  714. query listname                  check subscription options
  715.                                 query  pacs-l
  716.  
  717. set listserv digest/index       switch to summary of postings
  718.                                 set pacs-l index
  719. set listname nomail             suspend reception of messages
  720.                                 set pacs-l nomail
  721. set listname mail               re-start reception of messages
  722.                                 set pacs-l mail
  723.  
  724.  
  725.  
  726.  
  727. Searching a List Archive
  728.  
  729. Usually all list messages are maintained in archive form at the
  730. mailing list site.  While it is possible to obtain the entire
  731. contents of these archives by sending the appropriate "get
  732. filename" command, this can result in receiving great quantities
  733. of information that may be dated or simply of little interest.
  734. By sending a simple e-mail message you can search the archives
  735. of a mailing list for material related to a specific topic.
  736.  
  737.  
  738. Initial search:  mail to:  listserv@location
  739.                  message   // JOB Echo=No
  740.                            Database Search DD=Rules
  741.                            //Rules DD *
  742.                            Search search-term in listname
  743.                            Index
  744.                            /*
  745.  
  746. Next request:    mail to:  listserv@location
  747.                  message   // JOB Echo=No
  748.                            Database Search DD=Rules
  749.                            //Rules DD *
  750.                            Search search-term in listname
  751.                            (Note: Repeat initial search)
  752.                            Print message-number(s)
  753.                            /*
  754.  
  755.  
  756. Managing Your Lists
  757.  
  758. 1.  Keep track of your subscriptions so that you can modify or
  759.     cancel them as needed. Keep the welcome message you receive
  760.     when you subscribe to a list.
  761.  
  762. 2.  Switch to digest format if the flood of messages is too much
  763.     to deal with on a daily basis. Note: The additional steps
  764.     required to retrieve specific messages may not be worth the
  765.     trouble. It is just as easy for many people to delete
  766.     messages on the basic of the subject header.
  767.  
  768. 3.  Use a Usenet reader to read lists that are mirrored (gated)
  769.     to Usenet newsgroups. Using Usenet frees up precious mailbox
  770.     space and lets you still participate fully in list activities.
  771.     If you just want to read the messages in a newsgroup, you could
  772.     also use gopher or www to read the messages.
  773.  
  774. 4.  Search list archives for researching topics of interest to
  775.     you. Many list archives are open to non-members so you can
  776.     search without being engulfed in a flood of messages.
  777.  
  778. 5.  Stop lurking and become an active participant in the lists
  779.     you read. Use them for research, trial balloons, and good
  780.     conversation.
  781.  
  782.  
  783.  
  784.  
  785.  
  786.  
  787.  
  788.  
  789.  
  790. Selected Special Interest Group Lists
  791.  
  792.  
  793. Note:  Subscriptions should be sent to the listserv address. To
  794.        signup for ALTLEARN, send your subscription request
  795.        (sub altlearn firstname lastname) to listserv@sjuvm.bitnet.
  796.  
  797.  
  798. LIST ADDRESS    DESCRIPTION
  799.  
  800. ALTLEARN@SJUVM     Alternative Approaches to Learning Discussion
  801. AMLIT-L@MIZZOU1    American Literature Discussion Group
  802. AMWEST-H@USCVM     American West History
  803. ANCIEN-L@ULKYVM    History of the Ancient Mediterranean
  804. ANTHRO-L@UBVM      General Anthropology Bulletin Board
  805. APASD-L@VTVM2      APA Research Psychology Network
  806. ARCH-L@DGOGWDG1    Archaeology List
  807. ARTCRIT@YORKVM1    Art Criticism Discussion Forum
  808. ASEH-L@TTUVM1      American Society Of Environmental
  809. AUTORACE@INDYCMS   Discussion of Auto Racing
  810. AVIATION@BRUFPB    General Aviation List
  811.  
  812. BEER-L@UA1VM       Homebrew Digest Redistribution List
  813. BELIEF-L@BROWNVM   Personal Ideologies Discussion List
  814. BEVPUB-L@VTVM1     Blacksburg Electronic Village
  815. BGRASS-L@UKCC      Bluegrass music discussion.
  816. BIRDCNTR@ARIZVM1   National Birding Hotline Cooperative(Central)
  817. BIOTECH@UMDD       Biotechnology Discussion List
  818. BLIND-L@UAFSYSB    Computer Use by and for the Blind
  819. BUDDHIST@JPNTOHOK  Forum on Indian and Buddhist Studies
  820. BUSETH-L@UBVM      Business Ethics Computer Network
  821.  
  822. C+HEALTH@IUBVM     Computing and Health
  823. CANADA-L@MCGILL1   Canadian Issues Forum
  824. CARR-L@ULKYVM      Computer-assisted Reporting & Research
  825. CCNEWS@BITNIC      Campus Computing Newsletter Editors
  826. CDROM-L@UCCVMA     CD-ROM
  827. CENTAM-L@UBVM      Central America Discussion
  828. CGE@MARIST         Computer Graphics Education Newsletter
  829. CHEMED-L@UWF       Chemistry Education Discussion
  830. CHESS-L@GREARN     The Chess Discussion List
  831. CHICLE@UNMVMA      Chicano literature discussion list
  832. CHINANET@TAMVM1    Networking In China
  833. CINEMA-L@AUVM      Discussions on all forms of Cinema
  834. CJUST-L@CUNYVM     Criminal Justice Discussion
  835. CLASSM-L@BROWNVM   Classical Music List
  836. CNIDR-L@UNCCVM     Networked Info. Discovery and Retrieval
  837. COMDEV@RPITSVM     Communication & internatl. development
  838. COMICS-L@UNLVM     COMICS Discussion List
  839. COMLAW-L@UALTAVM   Computers and Legal Education
  840. COMMDIS@RPITSVM    Speech disorders
  841. COMMED@RPITSVM     Communication education
  842. COMPMED@WUVMD      Comparative Medicine List
  843. CRTNET@PSUVM       Communication Research & Theory Network
  844. CSA-DATA@UICVM     Chinese Statistical Archive
  845. CWIS-L@WUVMD       Campus-Wide Info Systems
  846. CYBERLAW@WMVM1     The Law and Policy of Computer Networks
  847.  
  848. DAIRY-L@UMDD       Dairy Discussion List
  849. DANCE-L@HEARN      International folkdance and traditional dance
  850. DESIGN-L@PSUVM     Basic Design
  851. DEVEL-L@AUVM       Technology Transfer in Intl. Development
  852. DIABETES@IRLEARN   International Research Project
  853. DIET@UBVM          Support and Discussion of Weight Loss
  854. DOLLH-L@FERRIS     Doll's House Construction and Enjoyment
  855. DOROTHYL@KENTVM    Mystery Discussion
  856. DRUGABUS@UMAB      Drug Abuse Education
  857.  
  858. E-POETRY@UBVM      Electronic Poetry Distribution List
  859. EARLYM-L@AEARN     Early Music Discussion List
  860. EAT-L@VTVM2        FoodLore/Recipe Exchange
  861. EC@TRMETU          European Community
  862. ECOLOG-L@UMDD      Ecological Society of America
  863. ECONED-L@UTDALLAS  Research in Economic Education
  864. ECONOMY@TECMTYVM   Economic Problems in Less Developed Countries
  865. EDSTYLE@SJUVM      Learning Styles Theory and Research List
  866. EDNET@NIC.UMASS.EDU  Education News
  867. EDTECH@MSU         Educational Technology
  868. EDUCOM-W@BITNIC    EDUCOM Women & Information Technology
  869. EDUTEL@RPITSVM     Education and information technologies
  870. EJCREC@RPITSVM     Electronic Journal of Communication
  871. EMERG-L@MARIST     Emergency Services Discussion List
  872. EMUSIC-D@AUVM      Electronic Music Digest
  873. ENERGY-L@TAUNIVM   Energy List
  874. ENVBEH-L@POLYVM    Forum on Environment and Human Behavior
  875. EQUINE-L@PCCVM     Discussion forum for Horse fanciers
  876. ESPER-L@TREARN     Esperanto List
  877. ETHICS-L@MARIST    Discussion of Ethics in Computing
  878. ETHMUS-L@UMDD      EthnoFORUM, global ethnomusicology
  879. EV@SJSUVM1         Electric Vehicle Discussion List
  880.  
  881. FAMCOMM@RPITSVM    Marital/family & relational communication
  882. FAMILY-L@MIZZOU1   Academic Family Medicine Discussion
  883. FAMLYSCI@UKCC      Family Science Network
  884. FEDSIG-L@WVNVM     Federal Electronic Data
  885. FELINE-L@PCCVM     Discussion forum for Cat fanciers
  886. FILM-L@ITESMVF1    Film making and reviews list.
  887. FILMUS-L@IUBVM     Film Music Discussion List
  888. FINE-ART@RUTVM1    Fine-Art Forum
  889. FLYFISH@UMAB       Fly Fishing Digest
  890. FOLKLORE@TAMVM1    Folklore Discussion List
  891. FOODWINE@CMUVM     Discussion List for Food and Wine
  892. FWAKE-L@IRLEARN    Finnegans Wake (by James Joyce)
  893.  
  894. GAELIC-L@IRLEARN   GAELIC Language Bulletin Board
  895. GARDENS@UKCC       Gardens & Gardening
  896. GENDER@RPITSVM     Communication and gender
  897. GEODESIC@UBVM      Discussion of Buckminster Fuller
  898. GEOGRAPH@SEARN     Geography
  899. GEOLOGY@PTEARN     Geology Discussion List
  900. GERINET@UBVM       Geriatric Health Care
  901. GO4LIB-L@UCSBVM    Forum for Library Gopher Developers
  902. GOPUB-L@BROWNVM    Translating Formatted Text to ASCII
  903. GRANOLA@VTVM2      Vegetarian Discussion
  904. GUTNBERG@UIUCVMD   Project Gutenberg E-mail List
  905.  
  906. H-URBAN@UICVM      Urban History discussion list
  907. HEALTH-L@IRLEARN   International Discussion on Health Research
  908. HELLAS@AUVM        The Hellenic Discussion List
  909. HELP-NET@TEMPLEVM  Bitnet/Internet Help Resource
  910. HERB@TREARN        Medicinal and Aromatic Plants
  911. HISLAW-L@ULKYVM    History of Law (Feudal, Common, Canon)
  912. HISTORY@PSUVM      History List
  913. HIT@UFRJ           Highly Imaginative Technologies
  914. HOMESAT@NDSUVM1    Home Satellite Technology
  915. HORROR@PACEVM      Horror
  916. HPSST-L@QUCDN      History and Philosophy of Science
  917. HRD-L@MIZZOU1      Human Resource Development
  918. HUMANIST@BROWNVM   HUMANIST Discussion
  919. HYPERCRD@MSU       Hypercard Discussion List
  920. HYTEL-L@KENTVM     HYTELNET Updates Distribution
  921.  
  922. IAFA-L@VTVM1       Scholarly disc. of Fantastic Literature
  923. IDFORUM@YORKVM1    Industrial Design Forum
  924. INDIA@PCCVM        The India List
  925. INGRAFX@PSUVM      Information Graphics
  926. INT-LAW@UMINN1     Foreign and International Law Issues
  927. IOOB-L@UGA         Industrial Psychology
  928. ISAGA-L@UHCCVM     Int'l Simulation & Gaming Assn. Forum
  929.  
  930. JAZZ-L@TEMPLEVM    Jazz Lovers' List
  931. JOURNET@QUCDN      Journalism Education
  932.  
  933. KIDCAFE@NDSUVM1    KIDCAFE Youth Dialog
  934. KIDZMAIL@ASUACAD   KIDS EXPLORING ISSUES
  935. KLARINET@VCCSCENT  Klarinet - Clarinettist's Network
  936.  
  937. L-CHA@UQAM         Canadian Hist. Association
  938. LABOR-L@YORKVM1    Labor in the North American Economy
  939. LANTRA-L@SEARN     Interpreting (and) translation
  940. LARCH-L@SUVM       Landscape Architecture Electronic Forum
  941. LAWSCH-L@AUVM      Law School Discussion List
  942. LGA-L@UREGINA1     Local Government Administration List
  943. LINGUIST@TAMVM1    LINGUIST
  944. LITERARY@UCF1VM    Discussions about Literature
  945. LIVE-EYE@YORKVM1   Color and Vision Discussion
  946. LLTI@DARTCMS1      Language Learning and Technology Intl.
  947. LORE@NDSUVM1       Folklore List
  948.  
  949. MAGAZINE@RPITSVM   Magazines
  950. MARKET-L@UCF1VM    For marketing academics and practitioners
  951. MASSCOMM@RPITSVM   Mass comm. and new technologies
  952. MAPS-L@UGA         Maps and Air Photo Systems Forum
  953. MBA-L@MARIST       MBA Student ciriculum discussion
  954. MEDIA-L@BINGVMB    Media in Education
  955. MEDSCI-L@BROWNVM   Medieval Science Discussion List
  956. MEXICO@ITESMVF1    Noticias de Mexico, en espanol
  957. MEXICO-L@TECMTYVM  Knowing Mexico: people, places, culture
  958. MIDEUR-L@UBVM      Discussion of Middle Europe
  959. MILHST-L@UKANVM    Military History
  960. MINCON@UKCC        Minority Recruitment and Retention
  961. MMEDIA-L@ITESMVF1  Multimedia discussion list
  962. MOUNT-L@TRMETU     Mountaineering Discussion List
  963. MUSEUM-L@UNMVMA    Museumdiscussion
  964. MUSIC@FINHUTC      Music-Research
  965. MUSIC-ED@UMINN1    Music Education
  966. MUSLIMS@ASUACAD    Muslim News Network
  967.  
  968. NAT-LANG@TAMVM1    Languages of Aboriginal Peoples
  969. NATIVE-L@TAMVM1    Issues Pertaining to Aboriginal People
  970. NBEA-L@AKRONVM     National Business Education Assn. Disc.
  971. NCS-L@UMDD         National Crime Survey
  972. NETTRAIN@UBVM      Internet/BITNET Network Trainers
  973. NEW-LIST@NDSUVM1   New List Announcements
  974. NEWBOOKS@RPITSVM   New Books in Communication
  975. NEWCROPS@PURCCVM   Discussion list for New Crops
  976. NSP-L@RPITSVM      Noble Savage Philosphers
  977. NUTEPI@DB0TUI11    Nutritional epidemiology
  978. NUTWORKS@TCSVM     NutWorks Distribution list
  979.  
  980. ORGCOMM@RPITSVM    Communication in organizations
  981. OPT-PROC@TAUNIVM   Optical Computing and Holography List
  982. OUTDOR-L@ULKYVM    Outdoor Discussion Group
  983.  
  984. PA_NET@SUVM        Public Administration Network
  985. PACARC-L@WSUVM1    Pacific Rim Archaeology
  986. PACS-L@UHUPVM1.UH.EDU     Public-Access Computer Systems
  987. PACS-P@UHUPVM1.UH.EDU     PACS Publications
  988. PAGEMAKR@INDYCMS   PageMaker for Desktop Publishers
  989. PANET-L@YALEVM     Medical Education and Health
  990. PCBUILD@TSCVM      Building PCs
  991. PETS-L@ITESMVF1    Domestic animal care and education
  992. PHILCOMM@RPITSVM   Philosophy of communication
  993. PHILOSOP@YORKVM1   Philosophy Discussion Forum
  994. PHOTO-L@BUACCA     Photography Phorum
  995. PHOTOSYN@TAUNIVM   Photosynthesis Researchers'
  996. PHYS-L@UWF         Forum for Physics Teachers
  997. PHYSIC-L@TAUNIVM   Physics List
  998. POD-L@TAMVM1       Professional Organizational & Dev. Disc.
  999. POLCOMM@RPITSVM    Political communication
  1000. POLI-SCI@RUTVM1    Political Science Digest
  1001. POLITICS@UCF1VM    Discussion of Politics
  1002. PSI-L@RPITSVM      Parapsychology Discussion Forum
  1003. PSRT-L@MIZZOU1     Political Science Research & Teaching
  1004. PSTAT-L@IRLEARN    Discussion of Stats and Programming
  1005. PURTOPOI@PURCCVM   Rhetoric, Language, Prof. Writing
  1006.  
  1007. QNTEVA-L@PSUVM     Quantitative Methods: Theory & Design
  1008. QUAKE-L@NDSUVM1    QUAKE-L Discussion List
  1009. QUALRS-L@UGA       Qualitative Research for the Human Sciences
  1010. QUARKXPR@IUBVM     The Quark Express List
  1011.  
  1012. RAILROAD@CUNYVM    The Railroad List
  1013. RE-FORUM@UTARLVM1  Real Estate Forum
  1014. RECYCLE@UMAB       Recycling in Practice
  1015. REED-L@UTORONTO    Records of Early English Drama
  1016. RELIGCOM@UKCC      RELIGCOM --A Discussion forum
  1017. REMOTE-L@SUVM      Discussion of Remote Control Hobbies
  1018. RENAIS-L@ULKYVM    Early Modern History - Renaissance
  1019. RHETORIC@RPITSVM   Rhetoric, social movements, persuasion
  1020. ROCK@TRITU         Rock&Roll Music Discussion List
  1021. ROOTS-L@NDSUVM1    Genealogy List
  1022. RURALDEV@KSUVM     Community & Rural Economic Development
  1023. RUSSIA@ARIZVM1     Russia and her neighbors list
  1024.  
  1025. SBSWE-L@SBCCVM     Society of Women Engineers
  1026. SCOUTS-L@TCUBVM    Youth Groups Discussion List
  1027. SCRNWRIT@TAMVM1    Screen Writing Discussion List
  1028. SCREEN-L@UA1VM     Film and TV Studies Discussion
  1029. SEDIT-L@UMDD       Scholarly Editing Forum
  1030. SFLOVERS@RUTVM1    SF-Lovers List
  1031. SHAKER@UKCC        Shaker - A forum
  1032. SHAKSPER@UTORONTO  Shakespeare Electronic Conference
  1033. SKEPTIC@YORKVM1    Skeptic Discussion Group
  1034. SLART-L@CUNYVM     Second Language Acquisition
  1035. SLOVAK-L@UBVM      Discussion of Slovak issues
  1036. SM-RUM@ICNUCEVM    Small Ruminant Discussion List
  1037. SOCORG-K@UTORONTO  Social Organization of Knowledge
  1038. SOCWORK@UMAB       Social Work Discussion List
  1039. SOS-DATA@UNCVM1    Social Science Data List
  1040. SPORTPSY@TEMPLEVM  Exercise and Sports Psychology
  1041. SPSSX-L@MARIST     SPSSX(r) Discussion
  1042. SSREL-L@UTKVM1     Scientific Study of Religion
  1043. STAT-GEO@UFRJ      Quantitative Methods in Geosciences
  1044. STAT-L@MCGILL1     Statistical Consulting
  1045. STATEPOL@UMAB      Politics in the American States
  1046. STATLG-L@SBCCVM    Baseball League and Sports Disc.
  1047. STLHE-L@UNBVM1     Teaching & Learning in Higher Educ.
  1048. STOPRAPE@BROWNVM   Sexual Assault Activist List
  1049. STREK-L@PCCVM      Star Trek Fan Club
  1050. STUTT-L@TEMPLEVM   Stuttering: Research & Clinical Practice
  1051. SWIM-L@UAFSYSB     Discussion of all aspects of swimming
  1052. SWL-L@CUVMB        Short Wave Listener's List
  1053.  
  1054. TEACHEFT@WCU       Teaching Effectiveness
  1055. TECGRP-L@PSUVM     Technology and Social Behavior Group
  1056. TECHTR@ARIZVM1     Technology Transfer
  1057. TECHWR-L@OSUVM1    Technical Writers List
  1058. TEXTILES@TREARN    Textiles & Clothing Studies
  1059. THEATRE@GREARN     The Theatre Discussion List
  1060. TOLKIEN@JHUVM      J.R.R.Tolkien's books
  1061. TOOLB-L@UAFSYSB    Asymetrix "Toolbook" product
  1062. TRANSIT@GITVM1     Transit Issues Discussion List
  1063. TRAVEL-L@TREARN    Tourism Discussions
  1064. TRDEV-L@PSUVM      Training and Development List
  1065. TWAIN-L@YORKVM1    Mark Twain Forum
  1066. TYPO-L@IRLEARN     Discussion of Typography
  1067. TV-L@TREARN        TV Discussions
  1068.  
  1069. URBAN-L@TREARN     Urban Planning Discussion List
  1070. URBANET@MSU        Urban Planning Student Network
  1071.  
  1072. VAMPYRES@GUVM      Vampiric lore, fact and fiction
  1073. VETMED-L@UGA       Veterinary Medicine
  1074. VIDNET-L@UGA       Video Network Discussion List
  1075. VIRTU-L@UIUCVMD    VR / sci.virtual-worlds
  1076. VPIEJ-L@VTVM1      Publishing E-Journals
  1077.  
  1078. WATER-L@WSUVM1     Water Quality Discussion List
  1079. WHIM@TAMVM1        A discussion list for "Humour Studies"
  1080. WIN3-L@UICVM       Microsoft Windows Version 3
  1081. WMST-L@UMDD        Women's Studies List
  1082. WOODWORK@IPFWVM    Woodworking Discussions
  1083. WORLD-L@UBVM       Forum on non-Eurocentric world history
  1084. WORDS-L@YALEVM     English Language Discussion
  1085. WP50-L@OTTAWA      WordPerfect Corp. Products
  1086.  
  1087. Y-RIGHTS@SJUVM     Kid/Teen Rights Discussion Group
  1088. YACHT-L@GREARN     Yachting, Sailing &amateur BoatBuilding
  1089.  
  1090.  
  1091.  
  1092.  
  1093.  
  1094.  
  1095.  
  1096.  
  1097.  
  1098. ELECTRONIC JOURNALS AND NEWSLETTERS
  1099.  
  1100.  
  1101. Electronic digests and journals are also available from some
  1102. listserv sites. A few are refereed; most are not. Some are
  1103. sponsored by professional associations or commercial publishers,
  1104. but a great many are the online equivalent of desktop or copy-
  1105. shop self-publishing efforts. One unusual characteristic of
  1106. electronic journals is that they often contain only brief
  1107. abstracts of articles that can be requested from the listserv
  1108. address.
  1109.  
  1110.  
  1111. Major archive sites
  1112.  
  1113. A couple of years ago CICnet mounted a major effort to collect,
  1114. organize, and archive electronic journals. Although the project
  1115. has suffered from changing management, lack of funding, and poor
  1116. subject cataloging, it is the most important collection of
  1117. electronic journals on the net. Because of an emphasis on
  1118. collecting journals from other archive sites rather than from
  1119. lists and Usenet newsgroups, there is a lot of older material in
  1120. the collection including a number of journals that ceased
  1121. publication some time ago.
  1122.  
  1123.                  ELECTRONIC JOURNAL COLLECTION (CICNET)
  1124.                  Gopher gopher.cic.net 70
  1125.  
  1126. Commercial publishers looked at the number of potential readers
  1127. on the net and tried to figure out how to tap the market. One
  1128. effort is the Electronic Newstand that provides sample articles,
  1129. tables-of-contents, and "special" subscription offers. Aside
  1130. from the fact that most of the "special" subscription offers
  1131. don't match the offers found in flyers on every campus in the
  1132. United States or in the magazines themselves, the Electronic
  1133. Newstand is a smashing idea for both publisher and the net.
  1134.  
  1135.                  ELECTRONIC NEWSTAND
  1136.                  Gopher gopher internet.com  2100  or
  1137.                  Telnet internet.com
  1138.                  Login: type enews
  1139.  
  1140. The Chronicle of Higher Education is the favorite publication of
  1141. many academics. The Chronicle gopher server offers summary of
  1142. each issue and a searchable database of job listings.
  1143.  
  1144.                  CHRONICLE OF HIGHER EDUCATION
  1145.                  Gopher chronicle.merit.edu 70
  1146.  
  1147.  
  1148. Selected Technology/Internet Newsletters
  1149.  
  1150. Edupage        listproc@educom.edu
  1151.                sub edupage firstname lastname
  1152.  
  1153. Bits-n-bytes   listserv@acad1.dana.edu
  1154.                sub bits-n-bytes  firstname lastname
  1155.  
  1156. GNN            info@gnn.com
  1157.                send gnn info
  1158.  
  1159. HOTT           hott-list.request@ucsd.edu
  1160.                sub hott-list firstname lastname
  1161.  
  1162. InfoCycle      contact: jwsmith@io.org
  1163.  
  1164. Infobits       listserv@gibbs.oit.unc.edu
  1165.                sub infobits firstname lastname
  1166.  
  1167.  
  1168.  
  1169.  
  1170.  
  1171.  
  1172.  
  1173.  
  1174.  
  1175. OTHER MAIL-BASED SERVICES
  1176.  
  1177.  
  1178. Almanac
  1179.  
  1180. Like listservs, Almanac provides subscriptions to newsletters
  1181. and journals, as well as easy retrieval of specific articles.
  1182. Almanac servers can also include multimedia graphics and sound
  1183. bytes in e-mail files. Although some servers accept document
  1184. submissions, Almanac does not provide the platform for
  1185. discussion of common issues and concerns offered by the special
  1186. interest lists. Almanac servers offer timely and free
  1187. information to e-mail users, particularly in the areas related
  1188. to agricultural extension services.
  1189.  
  1190. Selected Almanac Servers
  1191.  
  1192. Almanac                   almanac@oes.orst.edu
  1193.                           almanac @silo.udavis.edu
  1194.                           almanac@joe.uwex.edu
  1195.                           almanac@empire.cce.cornell.edu
  1196.                           almanac@acenet.auburn.edu
  1197.                           almanac@ecn.purdue.edu
  1198.                           almanac@ces.ncsu.edu
  1199.  
  1200. White House Publications  publications@whitehouse.gov
  1201.                           send info
  1202. USDA Extension Service    almanac@esusda.gov
  1203.  
  1204.  
  1205.  
  1206. Just for fun -- daily quotations
  1207.  
  1208. Thought for the Day    listserv@tamvm1
  1209.                        sub tftd-l firstname lastname
  1210.  
  1211. The Quote of the Day   qotd-requet@ensu.ucalgary.ca
  1212.                        sub qotd firstname lastname
  1213.  
  1214.  
  1215.  
  1216.  
  1217.  
  1218.  
  1219.  
  1220.  
  1221.  
  1222. REMOTE CONNECTIONS
  1223.  
  1224.  
  1225. TELNET
  1226.  
  1227. The telnet command lets you connect to other computer systems on
  1228. the Internet. Most hosts use some sort of login procedure
  1229. requiring user-ids and passwords. Activities on remote system
  1230. are limited to those available to the guests.
  1231.  
  1232. One of the frustrations of making telnet connections is that
  1233. from time to time it is nearly impossible to break the
  1234. connection. The Vax LOGIN.COM file on page 4 of this guide show
  1235. how to remap the keyboard to use the escape sequence listed
  1236. below.
  1237.  
  1238.  
  1239. Telnet Commands
  1240.  
  1241. TELNET host             Connect to a remote host
  1242.  
  1243. TELNET/esca=^C host     Sets escape sequence so that Ctrl-C
  1244.                         followed by q exits any telnet
  1245.                         connection
  1246.  
  1247. TELNET host/port=#      Some host require specific port number
  1248.  
  1249. TELNET/TN3270 host      Connect to a remote using IBM 3270
  1250.                         emulation
  1251.  
  1252. TELNET host log-file x  Connects to remote host and logs session
  1253.                         activities to file x
  1254.  
  1255.  
  1256. Capturing a Telnet Session
  1257.  
  1258. In spite of the popularity of Gopher, WWW, and Hytelnet for
  1259. making easy telnet connections, they are not particularly useful
  1260. when you need to capture session activities to a file for later
  1261. editing. If you want to log a session to a file that you can
  1262. subsequently edit and use in other ways, use the telnet log-file
  1263. option. This works well on systems that do not use specific
  1264. screen locations for directions and commands. For example,
  1265. logging a search of the PALS catalog works well while a similar
  1266. log for a LUMINA search is unusable. (PALS and LUMINA are the
  1267. online catalogs of the Minnesota State University System and the
  1268. University of Minnesota.)
  1269.  
  1270.  
  1271.  
  1272.  
  1273.  
  1274.  
  1275.  
  1276.  
  1277.  
  1278. FILE TRANSFER PROTOCOL (FTP)
  1279.  
  1280. Anonymous FTP (File Transfer Protocol) transfers files from one
  1281. Internet site to another. For the most part, remote file
  1282. transfers should be used only after business hours and on
  1283. weekends so that remote system resources are free to serve local
  1284. users. The basic procedure for using FTP is:
  1285.  
  1286.     Basic Commands                    FTP Example
  1287.  
  1288.     FTP site                          FTP vm1.nodak.edu
  1289.     Type user anonymous               Type user anonymous
  1290.     Type your full e-mail address     Type your full e-mail address
  1291.     CD subdirectory                   CD NNEWS
  1292.     Get  filename                     Get guide2.nnews
  1293.     Type exit to end ftp session      Type exit
  1294.  
  1295. FTP Commands
  1296.  
  1297. DIR       List files on remote host               dir
  1298. CD        Change subdirectory on remote host      cd directory-name
  1299.           Move up one level                       cd ..
  1300.  
  1301. GET       Transfer a file from remote host        get filename
  1302. MGET      Transfer a group of files               mget *.txt
  1303. PUT       Transfer a file to remote host          put filename
  1304. MPUT      Transfer a group of files remote host   mget *.txt
  1305. SET TYPE  Required for transferring binary files  type image
  1306.  
  1307. SPAWN     Run another process(program)
  1308.                                             spawn type readme /page
  1309.           Useful for looking at READ.ME files
  1310.           without quitting FTP
  1311.  
  1312.  
  1313. Finding Files Using ARCHIE
  1314.  
  1315. The ARCHIE servers around the world maintain a searchable
  1316. database of the contents of hundreds of FTP site archives. If
  1317. you are looking for specific file or type of files, ARCHIE will
  1318. help you locate appropriate FTP sites. If your site has an
  1319. Archie client, just type the following command to get the list
  1320. of basic commands available to you: archie. To find sites that
  1321. have subdirectories of picture files, type archie pictures.
  1322.  
  1323. Public access Archie servers are available for sites lacking
  1324. Archie clients. These servers often limit the number of
  1325. concurrent telnet connections due to overwhelming demand. Ask
  1326. your computer services department to install an Archie client.
  1327.  
  1328.                       Telnet archie.internic.net
  1329.                       Login type archie
  1330.                       Type find search_term
  1331.                       Type quit
  1332.  
  1333.  
  1334. Transferring Files to a PC
  1335.  
  1336. Some remote computers maintain archives of public domain and
  1337. shareware programs for IBM and Macintosh microcomputers.
  1338. Although copying files from remote computers to a Vax using FTP
  1339. usually takes very little time, using Kermit to download files
  1340. from a Vax to a microcomputer is a tedious process. If a program
  1341. is available on a local BBS, there is no reason to waste your
  1342. time using FTP and Kermit to download files.
  1343.  
  1344.  
  1345. Selected File Archives
  1346.  
  1347.  
  1348. Archive    Address    Directory
  1349.  
  1350. Network Information and Guides:
  1351.  
  1352. InterNIC: Registration Info   rs.internic.net
  1353. InterNIC: Directory/Database  ds.internic.net
  1354. InterNIC: Infosource          is.internic.net
  1355. Network Information           ftp.sura.net           pub/nic
  1356. University of Michigan        una.hh.lib.umich.edu   inet dirsstacks
  1357.  
  1358. Network Navigation Tools:
  1359.  
  1360. Gopher                        boombox.micro.umn.edu  pub/gopher
  1361. Hytelnet                      ftp.usask.ca           pub/hytelnet
  1362. Libs.com                      sonoma.edu             pub
  1363. Lynx                          ftp2.cc.ukans.edu      pub/lynx
  1364. Cello                         ftp.law.cornell.edu    pub/LII/Cello
  1365. Mosiac                        ftp.ncsa.uiuc.edu
  1366.  
  1367. Library Guides and Software:
  1368.  
  1369. Barron                        ftp.unt.edu           pub/library
  1370. Noonan                        vm1.nodak.edu         nnews
  1371. St. George                    ariel.unm.edu         library
  1372. Library software archive      hydra.uwo.ca          libsoft
  1373.  
  1374. Electronic Text Archives:
  1375.  
  1376. CPET                          guvax.georgetown.edu
  1377. Electronic Frontier Fndtn.    ftp.eff.org           pub/eff
  1378. Internet Wiretap              wiretap.spies.com
  1379. Library of Congress           ftp.loc.gov
  1380. Online Book Initiative        ftp.std.com           obi
  1381. Oxford Text Archive           black.ox.ac.uk        ota
  1382. Project Gutenberg             mrcnext.cso.uiuc.edu  pub/etext
  1383. Scholarly Communication Proj. borg.lib.vt.edu
  1384.  
  1385. General Interest:
  1386.  
  1387. University of North Carolina  sunsite.unc.edu
  1388. Usenet FAQs                   rtfm.mit.edu  pub/usenet/news.answers
  1389.  
  1390. Software:
  1391.  
  1392. MAC/PC/                       archive.umich.edu
  1393. MAC                           sumex-aim.stanford.edu
  1394. PC                            oak.oakland.edu
  1395. PC                            wuarchive.wustl.edu
  1396. PC - MS Windows               ftp.cica.indiana.edu
  1397.  
  1398.  
  1399.  
  1400.  
  1401.  
  1402.  
  1403.  
  1404.  
  1405.  
  1406. INTERNET LIBRARY SERVICES
  1407.  
  1408. Online Catalog Basics
  1409.  
  1410.  
  1411. Keyword and Boolean Searching
  1412.  
  1413. The online catalog supports a variety of ways of searching for
  1414. information not available in the traditional card catalog. One
  1415. of the most useful is the keyword or term search. Select the
  1416. keyword search option and enter the term or terms you think are
  1417. most clearly related to the subject of your search. Keyword
  1418. searches are a good starting point when you are not familiar
  1419. with the subject headings in a particular subject area. Note:
  1420. Keyword searches may be restricted to just one part of a catalog
  1421. record such as the title or they may be based on the entire
  1422. record.
  1423.  
  1424. Boolean searches combine terms using the logical operators AND,
  1425. OR, and NOT. The OR operator expands the number of possible
  1426. matches or "hits"; AND and NOT limit the number of matches to
  1427. those items most closely related to the search topic.
  1428.  
  1429. Wildcards or truncators expand the number of successful matches
  1430. in a search. For example, some online systems will search for
  1431. any record that includes the root word GEO or GEO#. Such a
  1432. search would find geometry, geology, geographical, etc.
  1433.  
  1434. Some online catalogs allow users to limit a search to a
  1435. particular library, language, materials format, or date of
  1436. publication. Often these limits are set after the initial search
  1437. is completed. Search delimiters can bring the number of "hits"
  1438. down to manageable size.
  1439.  
  1440.  
  1441. Databases and Gateways
  1442.  
  1443. Many online catalogs now offer access to periodical databases,
  1444. dictionaries,  in-house bibliographies, calendars, and other
  1445. databases. Because of licensing agreements these additional
  1446. features may not be available to remote users on the Internet.
  1447. Read the catalog news or help screens from time to time to check
  1448. for new resources.
  1449.  
  1450. Search Strategies
  1451.  
  1452. 1.  Identify the best set of online catalogs to search for
  1453.     your topic. Local catalogs offer convenience and ready
  1454.     access; national library or major university catalogs
  1455.     collection depth or breadth. Authors and topics closely tied
  1456.     to a specific region are usually well represented in the
  1457.     library catalogs of those regions.
  1458.  
  1459. 2.  Determine the type(s) of search to conduct: author, title,
  1460.     subject heading, keyword, or call number. Keyword searches
  1461.     are a good starting point when you don't know which subject
  1462.     headings are related to your topic.
  1463.  
  1464. 3.  Jot down the search terms you will use to complete the
  1465.     search. Modify the list as needed after viewing citations.
  1466.  
  1467.     Note: Most online systems balk at searching for short common
  1468.     words such as THE, IN, or WITH. Avoid using these terms.
  1469.  
  1470. 4.  To expand the number of "hits" use the logical operator or
  1471.     and use the appropriate wildard or truncator.
  1472.  
  1473.     For example: search for "Twain or Melville" to expand the
  1474.     search to items that mention either or both authors.
  1475.  
  1476. 5.  To limit the number of hits use the logical operators AND
  1477.     and NOT.
  1478.  
  1479.     For example: search for "Iowa and Wisconsin" to limit
  1480.     retrieval to items that include both keywords.
  1481.  
  1482. 6.  Some online catalogs, such as PALS, allow users to employ
  1483.     a multi-step process to limit and refine searches. Once the
  1484.     primary search request is processed, you can limit it by
  1485.     date, language, and even material format.
  1486.  
  1487. 7.  Display a few records to see if you are finding the right
  1488.     sort of material. Examine the subject headings and consider
  1489.     changing your search terms if necessary. Continue the search
  1490.     until you are satisfied that you have found enough material
  1491.     to serve your needs.
  1492.  
  1493. 8.  Record the results of your search. Print a hard copy of
  1494.     the screen or capture the whole search to a text file for
  1495.     later editing and printing, or just jot down the information
  1496.     you need in order to locate the material in a local library.
  1497.  
  1498. 9.  Consider repeating your search in another online catalog.
  1499.  
  1500. 10. After you complete an online search, the best place to
  1501.     begin your search for the materials is your local college or
  1502.     central public library. Although you may not find the exact
  1503.     title you want on the shelves, you may find similar and
  1504.     perhaps even more useful items on nearby shelves. Your local
  1505.     public or college librarian can help you complete an
  1506.     interlibrary loan request if necessary.
  1507.  
  1508.  
  1509.  
  1510.  
  1511. Online Library Catalogs: A Starter Set
  1512.  
  1513. Although LIBCAT (see bibliography) lists more than 750 online
  1514. library catalogs, few people have any need to search so widely.
  1515. Try the following major research libraries in the United States
  1516. to get a feel for searching different types of online catalogs.
  1517. DB = Database; SC = Special Collection.
  1518.  
  1519.  
  1520. LIBRARY OF CONGRESS INFORMATION SYSTEM - LOCIS
  1521. TELNET: locis.loc.gov or 140.147.254.3
  1522. LOGON:  None
  1523. LOGOFF: From main menu
  1524. DB: Federal Legislation since 1981, Copyright information
  1525. DB: National Referral Center Resources File, Foreign Law
  1526.  
  1527. NEW YORK PUBLIC LIBRARY RESEARCH LIBRARIES
  1528. OPAC:   INNOPAC
  1529. TELNET: 149.123.101.18
  1530. LOGON:  Login: type library
  1531. LOGOFF: From main menu
  1532. SC: Arents Tobacco Collection; Lewis Carroll
  1533. SC: Berg Collection of English and American Literature
  1534. SC: Schomburg Collection of Black Culture
  1535. SC: Book Arts Collection
  1536.  
  1537. UNIVERSITY OF CALIFORNIA
  1538. TELNET: melvyl.ucop.edu or 192.35.222.222
  1539. LOGON:  Terminal: VT100
  1540. LOGOFF: Type END then LOGOFF
  1541. DB: OCEAN DB, Asia & Pacific Studies; US Forest Service
  1542. SC: Gregory Bateson; Kenneth Patchen - UC Santa Cruz
  1543. SC: Robert Heinlein; Carlyle - UC Santa Cruz
  1544.  
  1545. CATNET - BIG 10 UNIVERSITIES LIBRARY CATALOGS
  1546. OPAC:   NOTIS
  1547. TELNET: thorplus.lib.purdue.edu or 128.210.63.104
  1548. LOGON:  Login: type catnet
  1549.         Hit RETURN
  1550.         Select library
  1551. LOGOFF: From main menu
  1552.  
  1553. COLORADO ALLIANCE OF RESEARCH LIBRARIES - CARL
  1554. OPAC:   CARL
  1555. TELNET: pac.carl.org or 192.54.81.128
  1556. LOGON:  Service: type PAC
  1557.         Terminal: VT100
  1558.         Select library catalogs (1)
  1559. LOGOFF: Type //EXIT
  1560. DB: Environmental Education, Conser, Online Libraries
  1561. DB: Uncover,  British Library Document Supply Centre,
  1562. DB: Journal Graphics
  1563. SC: Kelmscott Press; John Masefield - UC Boulder
  1564. SC: Limited Edition Club - UC Boulder
  1565. SC: Mountaineering Collection - UC Boulder
  1566.  
  1567. HARVARD UNIVERSITY
  1568. OPAC:   Z39.58
  1569. TELNET: hollis.harvard.edu or 128.103.60.31
  1570. LOGON:  Hit RETURN
  1571.         Type HOLLIS
  1572.         Type choose hu
  1573. LOGOFF: Hit ESCAPE xx
  1574. Online Guide to Harvard Libraries
  1575. SC: too many to list - search Online Guide
  1576.  
  1577. ILLINET
  1578. TELNET: illinet.aiss.uiuc.edu or 128.174.53.54
  1579. LOGON:  Hit B then RETURN
  1580.         Select ILLINET
  1581.         Select IOMENU
  1582. LOGOFF: Hit X then X then E
  1583.  
  1584. STANFORD UNIVERSITY
  1585. OPAC:   FOLIO
  1586. TELNET: forsythetn.stanford.edu or 36.172.0.41
  1587. LOGON:  Login: type socrates then y
  1588.         Terminal: VT100
  1589. LOGOFF: Type END or LOGOFF
  1590. DB: Technical reports, Martin Luther King, Jr. bibliography
  1591. DB: Bookstore catalog
  1592. SC: John Steinbeck; Slavica Collections
  1593. SC: Barchas Collection - making of modern science
  1594.  
  1595. UNIVERSITY OF TEXAS, AUSTIN
  1596. TELNET: utcat.utexas.edu or 128.83.186.104
  1597. LOGON:  Hit RETURN several times
  1598.         Terminal:  VT100
  1599.         Type UTCAT
  1600. LOGOFF: Type STOP
  1601.         Select Logoff then type stop
  1602. SC: Aldine Collection (500+ from press of Aldo Manuzio)
  1603. SC: Benson Latin American Collection; Medici Collection
  1604. SC: Cortot Collection - psalters and liturgical music
  1605. SC: Van Wijk Chronology Collection
  1606.  
  1607. YALE UNIVERSITY
  1608. OPAC:   NOTIS
  1609. TELNET: umpg.ycc.yale.edu/port=6520 or 130.132.21.64 6520
  1610. LOGON:  Terminal: VT100
  1611.         Hit RETURN
  1612.         Type OPAC
  1613. LOGOFF: Type STOP
  1614. SC: Art of the Book; Horace Walpole
  1615. SC: Judaica; Holocaust Testimony
  1616.  
  1617.  
  1618. Minnesota Libraries
  1619.  
  1620.  
  1621. ANOKA COUNTY PUBLIC LIBRARY
  1622. OPAC:   DRA
  1623. TELNET: anoka.lib.mn.us or 198.174.40.2
  1624. LOGON:  Login: type library
  1625. LOGOFF: Type exit
  1626. DB: Popular Song Index
  1627.  
  1628. CARLETON COLLEGE
  1629. TELNET: lib1.carleton.edu or 137.22.1.192
  1630. LOGON:  When connected: type start
  1631. LOGOFF: Type end
  1632.  
  1633. CARVER COUNTY PUBLIC LIBRARY
  1634. OPAC:   DRA
  1635. TELNET: carver.lib.mn.us or 198.174.49.2
  1636. LOGON:  Login: type search
  1637. LOGOFF: Type quit
  1638.  
  1639. CLICNET - TWIN CITIES PRIVATE COLLEGES
  1640. OPAC:   DYNIX
  1641. TELNET: host.clic.edu or 192.138.131.241
  1642. LOGON:  Login: type clicnet
  1643.         Terminal: VT100
  1644. LOGOFF: Type later
  1645. SC: Celtic Library (4600+) - University of St. Thomas
  1646.  
  1647. DAKOTA COUNTY PUBLIC LIBRARY
  1648. OPAC:   DYNIX
  1649. TELNET: dakota.lib.mn.us or 198.174.54.2
  1650. LOGON:  Login: type library
  1651. LOGOFF: From main menu
  1652. DB: Community resources; local newspaper index
  1653.  
  1654. MINNESOTA STATE UNIVERSITIES
  1655. OPAC:   PALS
  1656. TELNET: pals.msus.edu or 134.29.1.16
  1657. LOGON:  None
  1658. LOGOFF: Type $$SOFF
  1659.  
  1660. NORTHERN LIGHTS LIBRARY NETWORK
  1661. OPAC:   DRA
  1662. TELNET: aurora.northernlights.lib.mn.us or 198.174.98.1
  1663. LOGON:  Username: type northern
  1664.         Password: type fortwalton
  1665. LOGOFF: Type exit then E
  1666.  
  1667. RAMSEY COUNTY PUBLIC LIBRARY
  1668. OPAC:   DYNIX
  1669. TELNET: ramsey.lib.mn.us or 198.174.50.2
  1670. LOGON:  Login: type library
  1671. LOGOFF: From main menu
  1672. DB: community resources
  1673.  
  1674. SCOTT COUNTY PUBLIC LIBRARY
  1675. OPAC:   DRA
  1676. TELNET: scott.lib.mn.us or 198.174.49.2
  1677. LOGON:  Login: type library
  1678. LOGOFF: Type quit
  1679.  
  1680. ST. PAUL PUBLIC LIBRARY
  1681. OPAC:   CSLI
  1682. TELNET: stpaul.lib.mn.us or 198.174.52.100
  1683. LOGON:  Login: type library
  1684. LOGOFF: From main menu
  1685.  
  1686. TRAVERSE DES SIOUX LIBRARY SYSTEM
  1687. OPAC:   PALS
  1688. TELNET: pals.msus.edu
  1689. LOGON:  None
  1690.         Type set host tds
  1691. LOGOFF: Type $$SOFF
  1692.  
  1693. UNIVERSITY OF MINNESOTA, DULUTH
  1694. OPAC:   UNICORN
  1695. TELNET: lib.d.umn.edu
  1696. LOGON:  Login: type libpub
  1697. LOGOFF: From main menu
  1698.  
  1699. UNIVERSITY OF MINNESOTA, TWIN CITIES
  1700. OPAC:   NOTIS
  1701. TELNET: lumina.lib.umn.edu or 128.101.92.3
  1702. LOGON:  Terminal: VT100
  1703.         Type PA
  1704.         Select LUMINA (1)
  1705. LOGOFF: Type XQ then XQ again
  1706. SC: Givens Collection of Afro-American Literature
  1707. SC: Arthur Conan Doyle; Modern Greek Collection
  1708. SC: Henry Miller; James Wright; John Berryman, Thomas Wolfe
  1709. SC: Children's Literature Research Collection; Bieler Press
  1710. SC: Dahllof Collection of Swedish Americana
  1711. SC: History of Exploration; History of Information Processing
  1712.  
  1713. WASHINGTON COUNTY PUBLIC LIBRARY
  1714. OPAC:   DYNIX
  1715. TELNET: wcm.washington.lib.mn.us or 198.174.55.10
  1716. LOGON:  Login: type library
  1717. LOGOFF: From main menu
  1718.  
  1719.  
  1720.  
  1721.  
  1722.  
  1723.  
  1724.  
  1725.  
  1726.  
  1727. EXPLORING THE NETS -- TOOLS AND TECHNIQUES
  1728.  
  1729.  
  1730. The sheer quantity and variety of information available on the
  1731. Internet can overwhelm both newcomers and seasoned network
  1732. explorers. As new links are connected, new databases
  1733. established, and new uses found for the network resources, the
  1734. task of finding what you need or want becomes more complex.
  1735. Navigating the networks in search of useful material can be
  1736. either a frustrating or exhilarating task, but several
  1737. innovative mechanisms exist to help deal with the Internet
  1738. version of information overload.
  1739.  
  1740. Gopher
  1741.  
  1742. Gopher is a distributed document delivery service using a
  1743. client-server model to make it easy for users to search for and
  1744. retrieve materials from remote sites. Gopher employs a
  1745. hierarchical outline to make browsing and searching local and
  1746. remote sources of information quick and uncomplicated. Once
  1747. connected to a Gopher server you can connect to other
  1748. information servers without being bothered by most of the
  1749. details of Telnet or FTP protocols and addresses. Gopher
  1750. software is available via anonymous FTP from
  1751. boombox.micro.umn.edu.
  1752.  
  1753. The Gopher Advantage
  1754.  
  1755. 1. Connect to other services: bulletin boards, library catalogs,
  1756.    and other gophers around the world.
  1757. 2. Search databases, file archives, gopher menus, online
  1758.    directories and phone books.
  1759. 3. Retrieve, view, mail or save documents and files.
  1760. 4. Tranfer text and binary files.
  1761.  
  1762.  
  1763. The Main Gopher Menu
  1764.  
  1765. One of the best gopher servers is run by the Library of
  1766. Congress. Each menu item on the main menu leads to other menus,
  1767. some of which lead to yet other menus. Some sub-menus items
  1768. offer text files for viewing or saving; others connect to
  1769. bulletin boards or library catalogs.
  1770.  
  1771.  
  1772.  
  1773.                     Library of Congress Marvel
  1774.  
  1775.   1.  About LC MARVEL (Please Read First)/
  1776.   2.  Library of Congress: Facilities, Activities, and Services/
  1777.   3.  Research and Reference/
  1778.   4.  Library of Congress Online Systems/
  1779.   5.  The U.S. Congress/
  1780.   6.  Federal Government Information/
  1781.   7.  Services to Libraries and Publishers/
  1782.   8.  Copyright/
  1783.   9.  Employee Information/
  1784.   10. The Global Electronic Library (by Subject)/
  1785.   11. Internet Resources/
  1786.   12. What's New on LC MARVEL/
  1787.   13. Search LC MARVEL Menus/
  1788.  
  1789.  
  1790. As with most well-organized gophers, Marvel lists items on the
  1791. main menu in the order of importance to the mission of the
  1792. organization rather than in alphabetical order. General purpose
  1793. search tools are listed last. Gopher servers are public faces
  1794. that organizations present to the world and require as much
  1795. thought and attention as organizations give to other public
  1796. information services.
  1797.  
  1798. Connecting to Gopher
  1799.  
  1800. If you have an Internet account at an organization that has
  1801. installed a gopher client, just type "gopher." Otherwise you can
  1802. connect to the gopher at the University of Minnesota:
  1803.  
  1804. UNIVERSITY OF MINNESOTA GOPHER          Local dialup (612) 626-2400
  1805. Telnet: consultant.micro.umn.edu        Access> Type consultant.micro.umn.edu
  1806. Logon:  Type gopher                     Logon:  Type gopher
  1807.         Terminal: VT100                         Terminal: VT100
  1808. Logoff: Type Q                          Logoff: Type Q then type EXIT
  1809.  
  1810.  
  1811. If the University of Minnesota server is busy or just to see
  1812. other ways to organize Gopher servers, try one of the following:
  1813.  
  1814. LIBRARY OF CONGRESS            UNIVERSITY OF CALIFORNIA, SANTA CRUZ
  1815. Gopher marvel.loc.gov 70 or    Gopher gopher.ucsc.edu 70 or
  1816. Telnet marvel.loc.gov          Telnet infoslug.ucsc.edu
  1817. Logon: type marvel             Logon: type infoslug
  1818.  
  1819.  
  1820. Searching Gopherspace with Veronica
  1821.  
  1822. Although it is fairly easy to move from menu to menu on one or
  1823. more Gophers, the hierarchical menu system isn't much help when
  1824. you want to find a topic on another Gopher server quickly. The
  1825. Veronica program collects menu entries from hundreds of Gophers
  1826. into a searchable database. Veronica searches can be simple
  1827. keyword or complex Boolean searches. The results of a Veronica
  1828. search are presented in the familiar gopher menu format.
  1829.  
  1830. Veronica searches:
  1831.  
  1832. Searches may use simple keywords:     weather
  1833.  
  1834. Use Boolean operators:                weather and minnesota
  1835.                                       weather not minnesota
  1836.  
  1837. Use Wildcards:                        librar*
  1838.                                       librar* and copyright
  1839.  
  1840. Veronica searches are limited to retrieving a maximum of 200
  1841. hits unless the following command is added to the search:    m-
  1842. It is important to remember that the Veronica database is based
  1843. on menu titles that were not necessarily  created by librarians
  1844. or indexers. Many of the items are collected from sub-menus and
  1845. the titles aren't particularly informative.
  1846.  
  1847. The Veronica servers are heavily used and may not be available
  1848. just when you need them,  that's why there are usually several
  1849. different servers available at a given time.
  1850.  
  1851.  
  1852. Bookmarks: Designing your own Gopher menu
  1853.  
  1854. Gopher clients allow users to create their own Gopher bookmark
  1855. menu by moving to a menu item and hitting the "a" key. The item
  1856. will be added to a list of bookmarks that can be viewed at any
  1857. time by hitting the "v" key. Bookmarks enable one to skip going
  1858. from menu to menu to menu to reach the exact item one wants to
  1859. view.
  1860.  
  1861. Bookmark example:
  1862.  
  1863.                            Bookmarks
  1864.  
  1865.    1.    Search Gopher Titles at the University of Minnesota <?>
  1866.    2.    Search gopherspace at University of Cologne <?>
  1867.    3.    Search Gopherspace using Veronica/
  1868.    4.    All the Gopher Servers in the World/
  1869.    5.    InterNIC: Internet Network Information Center/
  1870.    6.    Library of Congress Marvel Gopher/
  1871.    7.    United States Government Gophers/
  1872.    8.    Electronic Journal collection from CICnet/
  1873.    9.    Hytelnet library catalogs (word search) <?>
  1874.    10.   List of Lists <?>
  1875.    11.   RTFM - rtfm.mit.edu anon ftp archive of FAQs/
  1876.  
  1877.  
  1878.  
  1879. This example emphasizes tools and menus that make it easy to
  1880. navigate gopher-space. The duplication of Veronica/Jughead
  1881. servers was to make sure that a working server could be reached
  1882. when needed.
  1883.  
  1884. Gopher bookmarks are stored in a file named: gopherrc. on VAX
  1885. systems. It is a good idea to back-up favorite gopher bookmarks
  1886. by typing: copy gopherrc. mygopher.txt.  Note: Don't do this
  1887. while your gopher client is running.
  1888.  
  1889. If your list of bookmarks gets corrupted, you can restore the
  1890. list by typing: copy mygopher.txt gopherrc.
  1891.  
  1892. This technique can also be used to create and use a series of
  1893. bookmark lists on VMS and perhaps other systems. Gopher and
  1894. Internet demonstrations can be customized for specific audience
  1895. by using a set of bookmarks related to the interests of that
  1896. audience.
  1897.  
  1898. Bookmarks are not available when you use telnet instead of a
  1899. gopher client.
  1900.  
  1901.  
  1902.  
  1903.  
  1904.  
  1905.  
  1906.  
  1907.  
  1908.  
  1909. WWW -- World Wide Web
  1910.  
  1911. Like Gopher, World Wide Web is a distributed document delivery
  1912. service using a client-server model to make it easy for users to
  1913. search for and retrieve materials from remote sites. WWW uses
  1914. hypertext to make browsing and searching local and remote
  1915. sources of information quick and uncomplicated. Once connected
  1916. to a WWW server you can connect to other information servers
  1917. without being bothered by most of the details of Telnet or FTP
  1918. protocols and addresses. WWW browsers, as the clients are
  1919. called, are available for many platforms.
  1920.  
  1921. Unlike Gopher, WWW integrates text, graphics, and sound as well
  1922. as links to other  resources on its pages. If Gopher menus
  1923. resemble a collapsed outline, WWW pages contain the text that
  1924. brings the outline to life. Web servers use a hypertext mark-up
  1925. language (HTML) to produce visually appealing and easy to follow
  1926. pages.
  1927.  
  1928. (Graphic mage of Brunel University's Web goes here.)
  1929.  
  1930. In the example above, Brunel University's Information Service
  1931. provides links to other pages and services (underlined items) in
  1932. an easy to read format. The Web advantage is the ability to
  1933. flesh out a simple outline of resources with text and multimedia
  1934. as well as embedded links to other resources.
  1935.  
  1936. Uniform Resource Locators
  1937.  
  1938. World Wide Web has led the way in the use of standardized
  1939. identification of network resources by integrating URLs into Web
  1940. pages. Uniform Resource Locators identify the type and location
  1941. of network and local resources. In the figure above Brunel's URL
  1942. is http://http1.brunel.ac.uk:8000/ indicating the type of
  1943. service and the protocol and address needed to reach the
  1944. service. URLs come in the following flavors:
  1945.  
  1946. WWW site       http://www/site:port/directory/file.html
  1947.                http://nearnet.gnn.com/GNN-ORA.html
  1948. Gopher menu    gopher://gopher.site.edu/:port/
  1949.                gopher://marvel.loc.gov/:70/
  1950. Telnet host    telnet://site
  1951.                telnet://database.carl.org/
  1952. FTP archive    ftp://site/directory/
  1953.                ftp://ftp.law.cornell.edu/pub/
  1954. Newsgroup      news:alt.mything
  1955.                news:alt.bbs
  1956. File           file://site/directory/filename.txt
  1957.                file://localhost/mysub/mypage.html
  1958.  
  1959. Connecting to the Web
  1960.  
  1961. The best way to connect to the WWW is with your own browser;
  1962. check to see if your site has one installed. The LYNX browser
  1963. for VT100 sites is available via anonymous FTP from
  1964. ftp2.cc.ukans.edu in the pub/lynx directory.
  1965.  
  1966. If you don't have a browser, try one of the following services
  1967. to find out how the Web works.
  1968.  
  1969. Server                         Telnet Address            Login
  1970.  
  1971. CERN (home of the WWW)         info.cern.ch              none
  1972. University of Kansas (LYNX)    ukanaix.cc.ukans.edu      www
  1973. Cornell Law School             fatty.law.cornell.edu     www
  1974.  
  1975. Here are a few  WWW pages worth checking out:
  1976.  
  1977. Dr. Fun  (needs graphic interface)
  1978. http://sunsite.unc.edu/Dave/drfun.html
  1979.  
  1980. Legal Information Institute
  1981. http://www.law.cornell.edu/
  1982.  
  1983. Map Viewer - XeroxParc
  1984. http://pubweb.parc.xerox.com:80/map
  1985.  
  1986. Maricopa Center for Learning & Instruction
  1987. http://hakatai.mcli.dist.maricopa.edu/
  1988.  
  1989. Museum of Paleontology
  1990. http://ucmp1.berkeley.edu/welcome.html
  1991.  
  1992. Novell, Inc.
  1993. http://www.novell.com:80/
  1994.  
  1995. Special Exhibits - University of Texas, Austin - Library
  1996. http://www.lib.utexas/Exhibits.html
  1997.  
  1998. The Global Network Navigator
  1999. http://nearnet.gnn.com/gnn/GNNhome.html
  2000.  
  2001. The Whole Internet Catalog
  2002. http://nearnet.gnn.com/gnn/wic/newrescat.toc.html
  2003.  
  2004. The Virtual Hospital
  2005. http://vh.radiology.uiowa.edu/
  2006.  
  2007. Tolkein Resources
  2008. http://gopher.usask.ca/~friesend/tolkien/rootpage.html
  2009.  
  2010. Wired Magazine
  2011. http://wired.com/
  2012.  
  2013. World Wide Web Worm
  2014. http://www.cs.colorado.edu/home/mcbryan/WWWW.html
  2015.  
  2016.  
  2017.  
  2018.  
  2019.  
  2020.  
  2021.  
  2022.  
  2023.  
  2024. WAIS -- Wide Area Information Server
  2025.  
  2026. WAIS is another distributed document delivery service using a
  2027. client-server model. Like Gopher and World Wide Web it makes it
  2028. easier for users to find, search, and retrieve documents from
  2029. remote sites. It is widely used by both gopher and WWW servers
  2030. to provide searchable indexes to document collections and
  2031. databases.
  2032.  
  2033. WAIS (Wide Area Information Server) helps users search multiple
  2034. Internet sites at one time. Over 500 databases are searchable
  2035. from the WAIS operated by Thinking Machines (the source of the
  2036. original software). WAIS searches are fast and the results can
  2037. be scanned online or mailed to your network address. There is a
  2038. limit to the number of "hits" that WAIS reports, but each is
  2039. assigned a relevancy score that can be useful in choosing which
  2040. sources to examine. Note that not all WAIS databases are really
  2041. comprehensive, many are still experimental and incomplete. While
  2042. WAIS is easy to use, read the help file.
  2043.  
  2044.              WAIS - WIDE AREA INFORMATION SERVER
  2045.              Telnet  quake.think.com or 192.31.181.1
  2046.              Logon:  type wais
  2047.  
  2048. CNIDR's freeWAIS provides a significant improvement to the
  2049. original software by supporting both wildcard and Boolean
  2050. searches that were lacking in the original software.
  2051.  
  2052.  
  2053.  
  2054.  
  2055.  
  2056.  
  2057.  
  2058.  
  2059.  
  2060. Gateway Programs
  2061.  
  2062. There are programs that serve as gateways to internet resources
  2063. that can be reached by logging into a remote computer via the
  2064. TELNET protocol. Most of these began as attempts to make the
  2065. connection to remote library systems easier for local users. As
  2066. a more varied group of network resources became available, these
  2067. gateway programs grew to include access to bulletin boards,
  2068. databases of all sorts, online games (for example, GO and
  2069. Chess), and more.
  2070.  
  2071. Two of the most useful gateway programs are: HYTELNET produced
  2072. by Peter Scott and Earl Fogel at the University of Saskatchewan
  2073. and LIBS.COM by Mark Resner at Sonoma State University. While
  2074. these programs can be run from individual accounts, it makes
  2075. more sense to make these programs available to all users on a
  2076. system. These programs are available for both Unix and VMS
  2077. systems.
  2078.  
  2079.  
  2080. Both programs are made available to remote users for
  2081. demonstration via the connections below. If you intend to use
  2082. these programs regularly, obtain copies of them for your own
  2083. account or encourage your computer center gurus to make them
  2084. available on your local system.
  2085.  
  2086. HYTELNET                           Available via anonymous FTP from
  2087. TELNET  access.usask.ca or         ftp.access.usask.ca in the
  2088. TELNET  128.233.3.1                pub/hytelnet directory
  2089. LOGON:  Login: type hytelnet
  2090. LOGOFF: Type q
  2091. Note: Automatic remote connection is not available with the demo account
  2092.  
  2093. LIBS.COM                           Available via anonymous FTP from
  2094. TELNET  vax.sonoma.edu or          sonoma.edu in the pub directory
  2095. TELNET  130.157.2.3
  2096. LOGON:  Username: type OPAC
  2097. LOGOFF: Select Exit from main menu
  2098.  
  2099. Updates to the HYTELNET program are posted regularly on the
  2100. moderated HYTEL-L list. Subscribe to the list by sending request
  2101. to listserv@kentvm.bitnet. This list is probably the best way to
  2102. keep current on new TELNET services available on the Internet
  2103. even if you don't use the software.
  2104.  
  2105.  
  2106.  
  2107.  
  2108.  
  2109.  
  2110.  
  2111.  
  2112.  
  2113. INTERNET BULLETIN BOARDS
  2114.  
  2115.  
  2116. Many BBS systems exist on the Internet and are accessible via
  2117. Telnet. They vary greatly in functionality and amount of usage.
  2118. Please keep in mind that BBSs go up and down quite often so this
  2119. list may be soon obsolete. The following list includes some of
  2120. the best Internet BBSs.
  2121.  
  2122.  
  2123. Campus-Wide Information Systems
  2124.  
  2125. Most campus-wide information systems (CWIS) serve the needs of
  2126. the local campus community, but a few offer valuable services
  2127. that may interest a wider audience. Many of these services can
  2128. be reached via Gopher, Libs.Com, or Hytelnet.
  2129.  
  2130. COLUMBIA UNIVERSITY
  2131. Gopher gopher.cc.columbia.edu 70 or
  2132. Telnet columbianet.columbia.edu or 128.59.40.54
  2133.  
  2134. RUTGERS UNIVERSITY
  2135. WWW  http:/www.rutgers.edu/ or
  2136. Telnet info.rutgers.edu or 128.6.26.25
  2137.  
  2138.  
  2139. A few outstanding systems
  2140.  
  2141. AMERICAN MATHEMATICAL SOCIETY
  2142. Gopher E-MATH.AMS.COM 70 or
  2143. Telnet E-MATH.AMS.COM or 130.44.1.100
  2144. Logon: e-math
  2145. Password: e-math
  2146. Note: integrated BBS, gopher, and wais system
  2147.  
  2148. BULLETIN BOARD FOR LIBRARIES - BUBL
  2149. Gopher bubl.bath.ac.uk 7070 or
  2150. Telnet bubl.bath.ac.uk
  2151. Logon: bubl
  2152.  
  2153. HNSOURCE: CENTRAL INFORMATION SERVER FOR HISTORIANS
  2154. Telnet hnsource.cc.ukans.edu or 129.237.33.1
  2155. Login: type history
  2156.  
  2157. HUMBUL BBS (HUMANITIES COMMUNICATION)
  2158. Telnet gandalf.ox.ac.uk
  2159. Which service: type PAD
  2160. PAD> type CALL HUMBUL
  2161.  
  2162. UNIVERSITY OF OKLAHOMA (OUBBS)
  2163. Telnet oubbs.telecom.uoknor.edu
  2164.  
  2165. UNIVERSITY OF NORTH CAROLINA
  2166. Gopher sunsite.unc.edu 70 or
  2167. Telnet sunsite.unc.edu
  2168. Login: type gopher, lynx, swais, or ftp
  2169.  
  2170.  
  2171.  
  2172.  
  2173.  
  2174.  
  2175.  
  2176.  
  2177.  
  2178. Government Information Systems
  2179.  
  2180.  
  2181. Federal
  2182.  
  2183.  
  2184. ECONOMIC BULLETIN BOARD
  2185. Via University of Michigan
  2186. gopher una.hh.lib.umich.edu 70
  2187.  
  2188. FDA BBS
  2189. Telnet fdabbs.fda.gov or 150.148.8.48
  2190. Login: bbs
  2191.  
  2192. FEDIX/MOLIS
  2193. Gopher fedix.fie.com 70 or
  2194. Telnet fedix.fie.com or 192.111.228.33
  2195. Login: type new
  2196.  
  2197. FEDWORLD BBS
  2198. Telnet fedworld.doc.gov or 192.239.92.201
  2199. Note: Gateway to most Federal BBSs including those not on the
  2200. Internet
  2201.  
  2202. LEGI-SLATE GOPHER
  2203. Gopher mudhoney.micro.umn.edu 7000
  2204.  
  2205. LIBRARY OF CONGRESS - MARVEL
  2206. Gopher marvel.loc.gov 70 or
  2207. Telnet marvel.loc.gov
  2208. Login: type marvel
  2209.  
  2210. US HOUSE GOPHER
  2211. Gopher gopher.house.gov 70
  2212.  
  2213. US SENATE GOPHER
  2214. Gopher ftp.senate.gov 70
  2215.  
  2216. USDA
  2217. Gopher usda.mannlib.cornell.edu 70 or
  2218. FTP usda.mannlib.cornell.edu or
  2219. Telnet usda.mannlib.cornell.edu
  2220. Userid: type usda
  2221.  
  2222. US DEPARTMENT OF EDUCATION
  2223. Gopher gopher.ed.gov 70
  2224.  
  2225. VOICE OF AMERICA AND WORLDNET TELEVISION
  2226. Gopher gopher.voa.gov 70
  2227.  
  2228.  
  2229. State
  2230.  
  2231.  
  2232. ACCESS: LEGISLATIVE INFORMATION SERVICE
  2233. Hawaii State Legislature
  2234. Telnet access.uhcc.hawaii.edu or 128.171.7.167
  2235.  
  2236. CALIFORNIA STATE LEGISLATIVE INFORMATION
  2237. Gopher sen.ca.gov 70
  2238.  
  2239. ELECTRIC IDEAS CLEARINGHOUSE BBS
  2240. Telnet eicbbs.wseo.wa.gov or 192.152.10.212
  2241. Login: new
  2242.  
  2243. HAWAII FYI
  2244. Telnet fyi.uhcc.hawaii.edu or 128.171.7.168
  2245.  
  2246. MINNESOTA HOUSE OF REPRESENTATIVES
  2247. Gopher gopher.revisor.leg.state.mn.us
  2248.  
  2249. WINDOW ON STATE GOVERNMENT (TX)
  2250. Telnet window.texas.gov or 192.198.66.186
  2251. Login: type new
  2252.  
  2253.  
  2254. Other
  2255.  
  2256.  
  2257. C-SPAN
  2258. Gopher c-span.org 70
  2259.  
  2260. EGIS: ELECTRONIC GOVERNMENT INFORMATION SERVICE
  2261. Gopher eryx.syr.edu 70
  2262.  
  2263.  
  2264.  
  2265.  
  2266.  
  2267.  
  2268.  
  2269.  
  2270.  
  2271. Education Bulletin Boards And Networks
  2272.  
  2273.  
  2274. ASK ERIC GOPHER
  2275. Gopher ericir.syr.edu 70 or
  2276. Telnet ericir.syr.edu
  2277. Login: type gopher or www
  2278.  
  2279. BBS'S NATIONAL SCHOOL NETWORK TESTBED
  2280. Gopher copernicus.bbn.com 70
  2281.  
  2282. CANADA'S SCHOOLNET
  2283. Gopher ernest.ccs.carleton.ca 419
  2284.  
  2285. CAPPNET: CALIFORNIA ACADEMIC PARTNERSHIP PROGRAM
  2286. Telnet nis.calstate.edu or 130.150.102.39
  2287. Login: type capp
  2288. Password: hit return
  2289. Terminal: VT100
  2290.  
  2291. COLUMBIA ONLINE INFORMATION NETWORK
  2292. Telnet bigcat.missouri.edu or 128.206.1.3
  2293. Login: type guest
  2294.  
  2295. CONSORTIUM FOR SCHOOL NETWORKING
  2296. Gopher digital.cosn.org 70
  2297.  
  2298. DISTANCE EDUCATION DATABASE
  2299. Telnet acsvax.open.ac.uk or 137.108.48.24
  2300. Username: type ICDL
  2301. Account code: type country name as one word
  2302. Password: type aaa
  2303.  
  2304. ED-NET COMPASS
  2305. Telnet eosc.osshe.edu
  2306. Login: type guest
  2307.  
  2308. EMPIRE INTERNET SCHOOLHOUSE
  2309. Telnet nysernet.org or 192.77.173.2
  2310. Login: type empire
  2311.  
  2312. IDEANET: INDIANA DEPARTMENT OF EDUCATION
  2313. Telnet ideanet.doe.state.in.us or 165.139.1.1
  2314. Login: type visitor
  2315.  
  2316. INTERNATIONAL EDUCATION BULLETIN BOARD
  2317. Telnet nis.calstate.edu or 130.150.102.39
  2318. Login: type intl
  2319. Terminal: VT100
  2320.  
  2321. INFORMNS - INTERNET FOR MINNESOTA SCHOOLS
  2322. Gopher informns.k12.mn.us 70
  2323.  
  2324. KIDLINK GOPHER
  2325. Gopher kids.duq.edu 70
  2326.  
  2327. KQED LEARNING LINK
  2328. Telnet sierra.fwl.edu or 198.49.161.2
  2329. Login: type newuser
  2330. Password: type newuser
  2331.  
  2332. LEARNING VILLAGE - CLEVELAND
  2333. Telnet nptn.org
  2334. Login: type visitor
  2335.  
  2336. NANAIMO SCHOOLSNET
  2337. Telnet crc.sd68.nanaimo.bc.ca or 134.87.120.1
  2338. Logon: type guest
  2339.  
  2340. NASA SPACELINK
  2341. Telnet spacelink.msfc.nasa.gov or 128.158.13.250
  2342. Username: type NEWUSER
  2343. Password: type NEWUSER
  2344. NASA's database for teachers
  2345.  
  2346. RALPH BUNCHE SCHOOL
  2347. Gopher ralphbunche.rbs.edu
  2348.  
  2349. SENDIT - NORTH DAKOTA'S K-12 NETWORK
  2350. Telnet sendit.nodak.edu or 134.129.105.1
  2351. Login: type bbs
  2352. Password: type sendit2me
  2353.  
  2354. TALAWANDA LEARNING COMMUNITY NETWORK
  2355. Telnet ticnet.aps.muohio.edu or 134.53.3.240
  2356. Login: type visitor
  2357.  
  2358. TEACHER EDUCATION INTERNET SERVER
  2359. Gopher curry.edschool.virginia.edu 70 or
  2360. Telnet curry.edschool.virginia.edu
  2361. Login: type interact or gopher
  2362.  
  2363. TEACHER*PAGES (PA)
  2364. Telnet psupen.psu.edu or 128.118.36.4
  2365. Username: type state abbreviation or world
  2366.  
  2367. UMASS K12
  2368. Gopher k12.ucs.umass.edu 70
  2369. Telnet k12.ucs.umass.edu or 128.119.175.2
  2370. Login: type guest
  2371.  
  2372. US DEPARTMENT OF EDUCATION
  2373. Gopher gopher.ed.gov 70
  2374.  
  2375. VIRGINIA'S PUBLIC EDUCATION NETWORK
  2376. Telnet vdoe386.vak12ed.edu (141.104.22.102)
  2377. Login: type guest
  2378. Password: type guest
  2379.  
  2380.  
  2381.  
  2382.  
  2383.  
  2384.  
  2385.  
  2386.  
  2387.  
  2388. Community Computing Systems
  2389.  
  2390. Internet also provides a gateway to a number of community based
  2391. computing systems that offer e-mail, library access, special
  2392. interest group forums, full-text databases, etc.
  2393.  
  2394.  
  2395. AKRON FREE-NET
  2396. Gopher uhura.neoucom.edu 70
  2397.  
  2398. BIG SKY TELEGRAPH
  2399. Telnet bigsky.bigsky.dillon.mt.us or 192.231.192.1
  2400. Login: type bbs
  2401.  
  2402. BLACKSBURG VIRGINIA ELECTRONIC VILLAGE
  2403. Gopher morse.cns.vt.edu 70
  2404.  
  2405. BUFFALO FREENET
  2406. Telnet freenet.buffalo.edu or 128.205.3.99
  2407. Login: type freeport
  2408.  
  2409. CAPACCESS (WASHINGTON, D.C.)
  2410. Telnet cap.gwu.edu or 128.164.140.32
  2411. Login: type guest
  2412. Password : type visitor
  2413.  
  2414. CIAO! FREE-NET (CANADA)
  2415. Telnet ciao.trail.bc.ca or 142.231.5.1
  2416. Login: type guest
  2417.  
  2418. CLEVELAND FREE-NET
  2419. Telnet freenet-in-a.cwru.edu or 129.22.8.32
  2420. Login: type visitor
  2421.  
  2422. DAYTON FREE-NET
  2423. Telnet dayton.wright.edu or 130.108.128.174
  2424. Login: visitor
  2425.  
  2426. DENVER FREE-NET
  2427. Telnet freenet.hsc.colorado.edu or 140.226.1.8
  2428. Login: type guest
  2429.  
  2430. FREE-NET ERLANEN-NUERNBERG (GERMANY)
  2431. Telnet freenet-a.fim.uni-erlangen.de or 131.188.192.11
  2432. Login: gast
  2433.  
  2434. FREENET FINLAND (FINLAND)
  2435. Telnet freenet.hut.fi or 130.233.200.40
  2436. Login: visitor
  2437. Password: hit return
  2438.  
  2439. HEARTLAND FREE-NET
  2440. Telnet heartland.bradley.edu or 136.176.5.114
  2441. Login: type bbguest
  2442.  
  2443. HURON VALLEY FREE-NET GOPHER (MI)
  2444. Gopher mpcc.org 70
  2445. Telnet www.mpcc.org or 141.211.210.152
  2446. Login: type visitor
  2447.  
  2448. LORAIN COUNTY FREE-NET
  2449. Telnet freenet.lorain.oberlin.edu or 132.162.32.99
  2450. Login: type guest
  2451.  
  2452. MILWAUKEE FREE-NET
  2453. Telnet freenet.uwm.edu or 129.89.70.58
  2454. Login: visitor
  2455.  
  2456. NATIONAL CAPITOL FREE-NET (CANADA)
  2457. Telnet freenet.carleton.ca or 134.117.1.12
  2458. Login: type guest
  2459.  
  2460. PRAIRIENET, EAST-CENTRAL ILLINOIS FREE-NET
  2461. Telnet firefly.prairienet.org or 192.17.3.3
  2462. Login: type visitor
  2463.  
  2464. RIO GRANDE FREE-NET (TX0
  2465. Telnet rgfn.epcc.edu or 192.94.29.9
  2466. Login: type visitor
  2467.  
  2468. TALLAHASSEE FREE-NET
  2469. Telnet freenet.fsu.edu or 144.174.128.43
  2470. Login: type visitor
  2471.  
  2472. THUNDER BAY FREENET
  2473. Gopher freenet.lakeheadu.ca 70
  2474.  
  2475. TOLEDO FREE-NET
  2476. Telnet fnet.cc.utoledo.edu or 131.183.6.100
  2477. Login: type visitor
  2478. Password: type visitor
  2479.  
  2480. TRAVERSE CITY FREE-NET (MI)
  2481. Telnet leo.nmc.edu or 192.88.242.239
  2482. Login: type visitor
  2483.  
  2484. TRI-STATE FREE-NET
  2485. Telnet tso.uc.edu or 129.137.100.10
  2486. Login: type visitor
  2487.  
  2488. VAASA FREEPORT BBS (FINLAND)
  2489. Telnet freeport.uwasa.fi or 128.214.87.1)
  2490. Login: type guest
  2491.  
  2492. VICTORIA FREE-NET (CANADA)
  2493. Telnet freenet.victoria.bc.ca or 134.87.16.100
  2494. Login: type visitor or guest
  2495.  
  2496. YOUNGSTOWN FREE-NET
  2497. Telnet yfn2.ysu.edu or 192.55.234.50
  2498. Login: type visitor
  2499.  
  2500.  
  2501.  
  2502.  
  2503.  
  2504.  
  2505.  
  2506.  
  2507.  
  2508. SELECTED DATABASES
  2509.  
  2510.  
  2511. There are hundreds of databases available on the internet. Some
  2512. are just collections of ASCII files that can be easily searched
  2513. via Gopher or WAIS, others are available as adjuncts to online
  2514. library catalogs or campus-wide information services, other are
  2515. full-text archives that are maintained by government and
  2516. research institutions. The following list is just a sample of
  2517. the specialized databases available.
  2518.  
  2519.  
  2520. ADVANCED TECHNOLOGY INFORMATION NETWORK
  2521. Telnet caticsuf.cati.csufresno.edu or 129.8.100.15
  2522. Type PUBLIC
  2523. Gateway to California Supernet
  2524. Agriculture and Export Info System
  2525.  
  2526. C.A.I.R.S.S FOR MUSIC
  2527. Telnet runner.utsa.edu
  2528. Login: type imr
  2529.  
  2530. CARL DATABASE GATEWAY
  2531. Telnet database.carl.org or 192.54.81.76
  2532. Terminal: VT100
  2533.  
  2534. CLEMSON UNIVERSITY FORESTRY AND AGRICULTURAL NETWORK (CUFAN)
  2535. Telnet  prism.clemson.edu or 130.127.8.3
  2536. Login: public
  2537. Terminal: VT100
  2538. (Hit PF2 or F2 to get list of commands)
  2539. Contains information on: Weather, agricultural and home
  2540. economics, plants and animals, engineering, nutrition and health
  2541.  
  2542. DARTMOUTH DANTE PROJECT
  2543. Telnet lib.dartmouth.edu or 129.170.16.11
  2544. Type connect dante
  2545. Terminal: VT100
  2546. Database contains 600 years of commentary on Dante's Divine
  2547. Comedy
  2548.  
  2549. INSTITUTE FOR RESEARCH IN SOCIAL SCIENCE
  2550. TN3270 uncvm1.oit.unc.edu or 152.2.21.5
  2551. Username: type IRSS1
  2552. Password: type IRSS
  2553. IRSS Data Holdings Catalog, IRSS Public Opinion Item Index,
  2554. North Carolina Information System, strong public opinion
  2555. database holdings
  2556.  
  2557. PENNSYLVANIA STATE - PENPAGES
  2558. Telnet psupen.psu.edu or 128.118.36.5
  2559. User: type state abbreviation or world
  2560.  
  2561.  
  2562.  
  2563.  
  2564.  
  2565.  
  2566.  
  2567.  
  2568.  
  2569. SHOPPING ON THE NET
  2570.  
  2571.  
  2572. The Mall of America has nothing to fear from the net -- yet! As
  2573. multimedia interfaces to the net improve, it is likely that
  2574. shopping opportunities will increase. Network users should avoid
  2575. sending credit card information via e-mail and use the phone or
  2576. postal service for placing orders or establishing accounts.
  2577.  
  2578. The best guide to shopping on the net is Dave Taylor's "The
  2579. Internet Mall: Shopping on the Information Highway." Finger
  2580. taylor@netcom.com for information on how to obtain this list.
  2581.  
  2582. Here are a few of the bookstores that maintain a presence on the
  2583. Internet:
  2584.  
  2585. BOOKSTACKS UNLIMITED
  2586. Telnet books.com
  2587.  
  2588. LIBRARIAN'S YELLOW PAGES
  2589. Telnet database.carl.org or 192.54.81.76
  2590.  
  2591. MARKETBASE GOPHER
  2592. Gopher mb.com 70
  2593. Telnet mb.com
  2594. Login: type mb
  2595.  
  2596. QUANTUM BOOKS
  2597. Gopher world.std.com 70
  2598.  
  2599. ROSWELL ELECTRONIC COMPUTER BOOKSTORE
  2600. Gopher owl.nstn.ns.ca 70
  2601.  
  2602. STANFORD UNIVERSITY BOOKSTORE CATALOG
  2603. Gopher lindy.stanford.edu 2270
  2604. Select General Information then Bookstore or
  2605.  
  2606. Telnet forsythetn.stanford.edu or 34.54.0.12
  2607. Login: type socrates
  2608. Terminal: VT100
  2609. Type Select and page through options until you locate the
  2610. bookstore listing
  2611. Select option # for bookstore
  2612.  
  2613. Outstanding searchable bookstore catalog. Although you cannot
  2614. order books via Internet, you can call the bookstore during
  2615. normal business hours and place an order. Order desk (800) 533-
  2616. 2670; fax (415) 322-1936
  2617.  
  2618. UNITED TECHBOOK CO.
  2619. Telnet utcbooks.com
  2620. Login: type utc
  2621. Password: type utc
  2622.  
  2623. UNIVERSITY OF CALIFORNIA, SAN DIEGO BOOKSTORE
  2624. Telnet ucsdbkst.ucsd.edu
  2625. Login: type utl
  2626. Login 2: type bookstore
  2627.  
  2628. UNIVERSITY OF WATERLOO BOOKSTORE
  2629. Telnet bg1.uwaterloo.ca
  2630. Login: type booklook
  2631.  
  2632.  
  2633.  
  2634.  
  2635.  
  2636.  
  2637.  
  2638.  
  2639.  
  2640. USENET NEWSGROUPS
  2641.  
  2642. One of the most controversial aspects of the net is access to
  2643. Usenet newsgroups. Of the thousands of newsgroups there are a
  2644. handful (okay a big handful) of groups that border on the
  2645. obscene. Many more are simply distasteful. Because of this
  2646. newsgroups are often censored on University campuses by
  2647. restricting access to specific groups or whole categories of
  2648. groups. In the United States during television rating "sweep's
  2649. week" tawdry Usenet groups vie with porno bulletin boards as
  2650. titillating "news" on local stations. They are not "news" nor do
  2651. they reflect what is happening on the net or BBSs.
  2652.  
  2653. Newsgroups can be important sources of up-to-date information
  2654. and wonderful rumors. Since most groups allow the free flow of
  2655. messages, the number of rantings, flames, and pet peeves runs
  2656. high. Anyone who has read any newsgroup for a while has seen the
  2657. "Make Money Fast" chainletter scam, warnings of approaching
  2658. doom, and other way-off-topic messages.
  2659.  
  2660. One nice feature of Usenet newsgroups is that you can subscribe
  2661. to a group without filling up your mailbox. The reader gives you
  2662. access to a centrally stored set of messages that usually keeps
  2663. a few days or a few hundred messages for each newsgroup.
  2664.  
  2665. Usenet News requires use of a mail reader that is different from
  2666. the mail program that is used for e-mail and listserv messages.
  2667. The biggest challenge confronting a new user is figuring out how
  2668. the reader works and selecting newsgroups to read regularly. The
  2669. easiest thing to do is to deselect all newsgroups and then add a
  2670. few at a time when you have the leisure to find them. Check with
  2671. your local computer center for how to obtain access to Usenet.
  2672.  
  2673. For lurkers only: if you just want to read a few newsgroups,
  2674. check to see if you can access them from your local gopher. Even
  2675. if your local gopher doesn't offer Usenet News, you can do a
  2676. Veronica search to locate other sites that do. Note: Not all
  2677. sites allow off-campus or 24 hour access.
  2678.  
  2679.  
  2680. Get the FAQs
  2681.  
  2682. Even if you don't have direct access to Usenet, you might find
  2683. the collection FAQs in the news.answers archive of interest. The
  2684. FAQs or Frequently Asked Questions files are updated regularly
  2685. and cover a wide range of topics. They are useful pointers to
  2686. not only electronic resources but also a fairly reliable source
  2687. of answers that have been tested by real users.
  2688.  
  2689. Start by getting a copy of the ftplist and the usenet-faq or
  2690. primer via anonymous FTP.
  2691.  
  2692.                     FTP rtfm.mit.edu or ftp 18.70.0.226
  2693.                     Type login anonymous
  2694.                     Type your e-mail address or guest
  2695.                     Type cd pub/usenet/news.answers
  2696.  
  2697. FAQs are also available via e-mail. Send an e-mail message with
  2698. the words "help" and "index" on separate lines to mail-
  2699. server@rtfm.mit.edu to get the necessary details. Many FAQs are
  2700. also available via a Veronica search of gopher space.
  2701. Unfortunately, some gopher maintainers don't update their
  2702. collection of FAQs on a regular basis.
  2703.  
  2704. A recent sampling of new and updated FAQs found:
  2705.  
  2706.                         A Biologist's Guide to Internet
  2707. Resources
  2708.                         FAQ: Audio File Formats
  2709.                         FAQ: Typing Injuries
  2710.                         Fractal FAQ
  2711.                         Hungarian Electronic Resources
  2712.                         misc.books.technical FAQ
  2713.                         Rec.Bicycles FAQ
  2714.                         rec.photo FAQ and Answers
  2715.                         Robin Hood Booklist (rec.arts.books)
  2716.                         So You Want To Be A UNIX Wizard?
  2717.                         Sources of Meteorological Data
  2718.  
  2719. Note: Many of the FAQs are rather lengthy files, so be sure that
  2720. you have the space for them on your local account.
  2721.  
  2722.  
  2723. Netnews Filtering Server
  2724.  
  2725. One of the most intriguing and potentially useful services on
  2726. the Internet is Stanford's Netnews Filtering Server that links
  2727. Usenet news articles, Wais full-text indexing, and listserv-type
  2728. delivery. The service responds to user selected profiles that
  2729. include search term(s), threshold scores, and length of
  2730. subscription. Depending on the profile, the service will send a
  2731. single message containing a batch of Usenet articles related to
  2732. the topic either daily or weekly. The news articles contain only
  2733. the first 15 lines of text, just enough to decide whether or not
  2734. a particular article is worth retrieving from the service. The
  2735. service only indexes and retrieves the most recent Usenet
  2736. articles.
  2737.  
  2738. The service uses the original Wais software which does not
  2739. support Boolean or wildcard searches. The default threshold
  2740. score is set at 60 which may be too low to filter-out off-topic
  2741. material. Search terms must be chosen with care in order to
  2742. exclude off-topic material. For example, searches for the
  2743. library would retrieve items about program libraries as well as
  2744. traditional libraries.
  2745.  
  2746. To obtain a copy of the documentation send the following message
  2747. to netnews@db.stanford.edu: help. To try the service send the
  2748. following message to the same address: search online service.
  2749. Within minutes you will receive a summary of the day's Usenet
  2750. messages related to the topic. Full-text of specific articles
  2751. can be retrieved by sending a message to the same address: get
  2752. article such-and-such.
  2753.  
  2754. For folks without easy access to Usenet newsgroups, Stanford's
  2755. Netnews Filtering Server offers a convenient way to read news
  2756. articles related to their own specific interests. For
  2757. researchers, the service offers a chance to try a type of
  2758. selective dissemination of information that may be as essential
  2759. in the future as access to online library catalogs and
  2760. databases.
  2761.  
  2762.  
  2763.  
  2764.  
  2765.  
  2766.  
  2767.  
  2768.  
  2769.  
  2770. WHAT TO DO NEXT
  2771.  
  2772.  
  2773. Keeping Up With The Internet
  2774.  
  2775. It seems that every couple of weeks a new service is announced
  2776. with the stated purpose of tracking Internet resources. Some
  2777. specialize while others try to cover everything. All present
  2778. grand opportunities for forward-itis, a well-known disease of
  2779. special interest lists. If you want to keep-up without being
  2780. overwhelmed, subscribe to the following lists.
  2781.  
  2782. For regular updates about new Internet services and online
  2783. catalogs, subscribe to HYTEL-L. This list distributes updates
  2784. and new additions to Peter Scott's Hytelnet system. It is the
  2785. best single source for information about new telnet connections
  2786. on the Internet. Send your subscription to
  2787. listserv@kentvm.bitnet.
  2788.  
  2789. For just about everything else, subscribe to Net-Happenings -
  2790. Gleason Sackman's gleanings from a variety of lists and
  2791. information services. Send your subscription requests to
  2792. listserv@is.internic.net.
  2793.  
  2794.  
  2795. The Top Ten List for Internet Novices
  2796.  
  2797. Following the David Letterman tradition, here is a list of the
  2798. top ten things to do once connected to the Internet.
  2799.  
  2800. 10. Browse one of the online bookstores for new Internet books.
  2801.     A new one is issued every ten minutes.
  2802.  
  2803. 9.  If you live in the north country, be thankful for ice and
  2804.     snow and that you don't live in an earthquake zone. Finger
  2805.     quake@geophys.washington.edu.
  2806.  
  2807. 8.  Vax users: create a LOGIN.COM file to make life easier and
  2808.     set mail_dir [.mail].
  2809.  
  2810. 7.  Send mail to a friend. If really desperate, send mail to
  2811.     yourself or the White House. Don't expect a prompt, personal
  2812.     response from president@whitehouse.gov.
  2813.  
  2814. 6.  Try the Infoslug Gopher. Telnet to infoslug.ucsc.edu and
  2815.     login as infoslug. If you have a gopher client, use it to
  2816.     connect to gopher.ucsc.edu 70. Set a bookmark or two if
  2817.     using a gopher client.
  2818.  
  2819. 5.  Get lost in the "web." Telnet to ukanaix.cc.ukans.edu and
  2820.     login as www. Use the Go command to visit the library of the
  2821.     University of Texas. The URL is
  2822.     http://www.library.utexas.edu/. If you have a Mosaic or
  2823.     Cello browser, the library has some great online exhibits.
  2824.  
  2825. 4.  Sample Usenet newsgroup messages via the Netnews Filtering
  2826.     Server. Send the following message to
  2827.     netnews@db.stanford.edu: search online services or a topic
  2828.     of your own choosing. Perhaps you ought to send a message
  2829.     with just the word "help" first to get a guide to using the
  2830.     service.
  2831.  
  2832. 3.  Search the global List of Lists for your favorite topic.
  2833.     Send the following message to listserv@bitnic.bitnet: list
  2834.     global/my_favorite_topic.
  2835.  
  2836. 2.  Check out public library services on the net. Gopher or
  2837.     telnet to library.cpl.org.
  2838.  
  2839. 1.  Subscribe to the newsletter that updates this guide. Send
  2840.     the following message to listserv@vm1.nodak.edu: sub nnews
  2841.     your name.
  2842.  
  2843.  
  2844.  
  2845.  
  2846.  
  2847.  
  2848.  
  2849.  
  2850.  
  2851. GLOSSARY
  2852.  
  2853.  
  2854. ADDRESS: An assigned number that identifies a host in an
  2855. internet. It has two or three parts: network number, optional
  2856. subnet number, and host number. Both numeric and alphabetic
  2857. versions are available. For example, one of the Library of
  2858. Congress addresses is loc.seq1.gov.
  2859.  
  2860. ARCHIE: A tool used to search hundreds of file archives on the
  2861. Internet.
  2862.  
  2863. BROWSER: A client for World Wide Web.
  2864.  
  2865. CLIENT/SERVER: Software that can operate on multi-platforms or
  2866. multiple machines. For example, Gopher servers and clients can
  2867. run on VAX, UNIX, MAC or DOS machines and take advantage of the
  2868. special characteristics of each platform. MAC users connected to
  2869. a UNIX gopher server would have a GUI (graphical user interface
  2870. -- complete with icons and folders), while UNIX clients
  2871. connected to a MAC server would see a plain ASCII menu.
  2872.  
  2873. FINGER: Tool for checking user-ids or addresses.
  2874.  
  2875. FLAME: To insult another person via e-mail -- often on a public
  2876. special interest list.
  2877.  
  2878. FTP: File Transfer Protocol: The standard Internet protocol for
  2879. transferring files from one computer to another.
  2880.  
  2881. GOPHER: Distributed document delivery tool and internet
  2882. navigator created by a team at the University of Minnesota.
  2883.  
  2884. HYPERTEXT: Text that contains internal and external links or
  2885. pointers to other text or services.
  2886.  
  2887. HTML: Hypertext Markup Language is used to mark-up World Wide
  2888. Web pages.
  2889.  
  2890. INTERNET: The global collection of interconnected regional
  2891. networks using the Internet Protocol (IP).
  2892.  
  2893. INTERNIC: InterNIC Network Information Center maintains
  2894. databases of network services and e-mail connections.
  2895.  
  2896. LISTS: E-mail linked special interest groups on Internet. Some
  2897. lists are moderated; others feature free-wheeling conversations
  2898. and controversy.
  2899.  
  2900. NSLOOKUP: Tool for looking up alphabetic or numeric equivalents
  2901. of network addresses.
  2902.  
  2903. NETFIND: A tool for finding e-mail addresses.
  2904.  
  2905. OPAC: An online library catalog (Online Public Access Catalog)
  2906.  
  2907. PROTOCOL: Rules two computers follow in order to exchange data.
  2908.  
  2909. SLIP: Serial Line Internet Protocol establishes a network
  2910. connection via a modem.
  2911.  
  2912. TELNET: The Internet standard protocol for connecting to a
  2913. remote service. Telnet allows a user at one site to interact
  2914. with a system at another site as if the user's terminal was
  2915. connected directly to the remote computer.
  2916.  
  2917. URL: Uniform Resource Locators are used to identify network
  2918. resources. They are used extensively by World Wide Web browsers.
  2919.  
  2920. USENET: A worldwide network of newsgroups (special interest
  2921. groups) not on the internet but often available via networked
  2922. computers. A selection of these newsgroups may be found on
  2923. various gopher servers.
  2924.  
  2925. VERONICA: A tool for searching gopher-space, indexes menu
  2926. titles, provides keyword searching. (Very Easy Rodent-Oriented
  2927. Net-Wide Index to Computerized Archives)
  2928.  
  2929. WAIS: A distributed document search and delivery tool. Items
  2930. found can be viewed online or mailed to user. (Wide Area
  2931. Information Service)
  2932.  
  2933. WWW: World Wide Web -- a hypertext document and network
  2934. navigation tool.
  2935.  
  2936.  
  2937.  
  2938.  
  2939.  
  2940.  
  2941.  
  2942.  
  2943.  
  2944. BIBLIOGRAPHY
  2945.  
  2946.  
  2947. The following list includes a selection of useful works related
  2948. to the Internet; it is not intended to be comprehensive. Note:
  2949. Not all the materials mentioned in this section are kept up-to-
  2950. date. Be sure to check file or archive dates before concluding
  2951.  
  2952. that you have found the latest information.
  2953.  
  2954. General Interest
  2955.  
  2956. "America's information highway: A hitch-hikers guide."
  2957. Economist, v.329, n.7843 (December 25, 1993/ January 7, 1994):
  2958. 35-58.
  2959.  
  2960. Bulletin of the American Society for Information Science, v.12,
  2961. n.2 (February 1994). Special issue on Civic Networking.
  2962.  
  2963. Copyright FAQ. Available via anonymous FTP from rtfm.mit.edu in
  2964. pub/usenet/news.answers/law directory.
  2965.  
  2966. Grundner, Dr. Tom. "Whose Internet is it anyway? -- A
  2967. Challenge." Online V. 15, N. 4: 6-7,10.
  2968.  
  2969. Morin, R. "Text archives." UNIX Review, v.12, n.2 (February
  2970. 1994): 91-92.
  2971.  
  2972. Quarterman, John S.  "What can business get out of the
  2973. Internet?" Computerworld, Feb. 22, 1993: 81-83.
  2974.  
  2975. Polly, Jean Armour. "Surfing the Internet." Version 2.0.
  2976. Available via anonymous FTP from nysernet.org in the pub/guides
  2977. directory.
  2978.  
  2979. Postman, Neil. Informing ourselves to death. IN SCIT Digest
  2980. 1.18. Available from listserv@qucdn.bitnet.
  2981.  
  2982. Scientific American - Special Issue on Communication, Computers
  2983. and Networks. September 1991.
  2984.  
  2985. Stanton, Deidre E. "Using Networked Information Resources: a
  2986. Bibliography". Western Australia, 1992. Available for anonymous
  2987. ftp from infolib.murdoch.edu.au in the pub/bib directory.
  2988.  
  2989. Stewart, Thomas A. "The Netplex." Fortune, March 7, 1994, 98-104
  2990.  
  2991. Stix, Gary. "Domesticating Cyberspace." Scientific American, v.
  2992. 269, n.2 (August 1993): 100-110.
  2993.  
  2994. Stoll, Clifford.  The Cuckoo's Egg: Tracking a Spy through the
  2995. Maze of Computer Espionage.  NY: Doubleday, 1989. Must read!
  2996.  
  2997. Tenopir, Carol. "Ten loose guidelines for online searchers."
  2998. Online v. 17, n.2 (March 1993): 27-33
  2999.  
  3000. Tetzeli, Rick. "The Internet and Your Business." Fortune, March
  3001. 7, 1994, 86-96.
  3002.  
  3003.  
  3004. Guides and Directories
  3005.  
  3006. December, John. Information Sources: the Internet and Computer-
  3007. mediated Communication. Available via anonymous FTP from
  3008. ftp.rpi.edu in the pub/communications/internet-cmc directory.
  3009.  
  3010. Hahn, Harley. The Internet Complete Reference. Osborne-McGraw-
  3011. Hill, 1993.
  3012.  
  3013. Krol, E. The Whole Internet: User's Guide & Catalog. Sebastopol,
  3014. CA: O'Reilly and Associates, 1992.
  3015.  
  3016. Kovacs, Diane, editor. Directory of Scholarly Electronic
  3017. Conferences.8th revision. Available via anonymous FTP from
  3018. ksuvxa.kent.edu in library directory.
  3019.  
  3020. "Lists of Lists."  Very large electronic file available: Send e-
  3021. mail to listserv@bitnic.bitnet with message: List Global.
  3022.  
  3023. Strangelove, Michael (compiler). Directory of Electronic
  3024. Journals and Newsletters. Electronic file available: send e-mail
  3025. to listserv@uottawa.bitnet with "get Ejournl1 Directry" and "get
  3026. Ejournl2 Directry" as message. Also available in print from
  3027. Association of Research Libraries.
  3028.  
  3029. Tuss, Joan. "Easy Online Access to Internet Guides." Online
  3030. v.17, n.5 (September 1993): 60-64.
  3031.  
  3032. Tuss, Joan. "Roadmaps to the Internet: Finding the best
  3033. guidebook for your needs." Online  v.18, n.1 (January 1994): 14-
  3034. 26.
  3035.  
  3036. Yanoff, Scott. . "Inter-Network Mail Guide."  Available via
  3037. anonymous FTP from csd4.csd.uwm.edu in the /pub directory.
  3038.  
  3039. Yanoff, Scott. Special Internet Connections. Finger
  3040. yanoff@csd4.csd.uwm.edu for information on how to obtain this
  3041. list.
  3042.  
  3043.  
  3044. Internet Navigation Tools
  3045.  
  3046. Bontell, Thomas. "FAQ on World Wide Web." Available via
  3047. anonymous FTP from rtfm.mit.edu in pub/usenet/news.answers/www
  3048. directory.
  3049.  
  3050. "Exploring the Power of the Internet Gopher." Available via
  3051. anonymous FTP from ftp.cso.uiuc.edu in the doc/net/uiucnet
  3052. directory as vol6no1.txt.
  3053.  
  3054. Hallman, Judy. List of Public CWIS Services. Available via
  3055. anonymous FTP from sunsite.unc.edu in the pub/docs/about_the-
  3056. net/cwis directory.
  3057.  
  3058. Levin, Jayne. "Using the right tools to easily surf the
  3059. Internet." Infoworld, v.15, n.38 (September 20, 1993): 60.
  3060.  
  3061. McCahill, Mark P. "On the trail of the Internet Gopher."
  3062. Telecommunication, v.27, n.4 (April 1993): 33.
  3063.  
  3064. Notess, Greg R. "E-mail lists as databases." Database v. 16, n.
  3065. 2 (April 1993): 106-108.
  3066.  
  3067. Notess, Greg R. "The low-end power user: Using the Internet via
  3068. a dial-up account." Online v.17, n.6 (November 1993): 87-89.
  3069.  
  3070. Notess, Greg R. "Usenet: Taming the e-mail flood." Online v.17,
  3071. n.4 (July 1993): 86-88.
  3072.  
  3073. Notess, Greg R. "Using Gophers to burrow through the Internet."
  3074. Online, v.17, n.3 (May 1993): 100-102.
  3075.  
  3076. Scott, Peter. "HYTELNET as Software for Accessing the Internet:
  3077. A Personal Perspective on the Development of HYTELNET."
  3078. Electronic Networking (Spring 1992):38-44.
  3079.  
  3080. Simmonds, Curtis. "Searching Internet Archive Sites with archie:
  3081. Why, What, Where and How." Online v.17, n.2 (March 1993): 50-55.
  3082.  
  3083.  
  3084. Library Related Guides
  3085.  
  3086. Bailey, Charles W. Jr. Library Conferences. Available via
  3087. anonymous FTP from hydra.uwo.ca in LIBSOFT directory.
  3088.  
  3089. Barron, Bill.  "UNT's Accessing On-line Bibliographic
  3090. Databases."  1991-. Available via anonymous FTP from FTP
  3091. ftp.unt.edu.
  3092.  
  3093. Farley, Laine (editor). Library Resources on the Internet:
  3094. Strategies for Selection and Use. ALA. August 1991. Available
  3095. via anonymous FTP from ftp.unt.edu.
  3096.  
  3097. Noonan, Dana. LIBCAT: A Guide to Internet Library Resources.
  3098. Available via anonymous FTP from vm1.nodak.edu in the nnews
  3099. directory.
  3100.  
  3101. St. George, Art and Larsen, Ron.  "Internet-Accessible Library
  3102. Catalogs and Databases." University of New Mexico and University
  3103. of Maryland, Albuquerque, NM, April 1991. Available via
  3104. anonymous FTP from ariel.unm.edu.
  3105.  
  3106. Subject Guides
  3107.  
  3108. Check the Clearinghouse for Subject-Oriented Guides for a broad
  3109. range of topical guides to Internet resources:
  3110.     Gopher una.hh.lib.umich.edu 70
  3111.     FTP    una.hh.lib.umich.edu in subdirectory inetdirsstacks
  3112.     WWW    http://www.lib.umich.edu/chhome.html
  3113.  
  3114. Brown, Jeanne. Internet Sources: Architecture and Building. From the
  3115. Clearinghouse listed aabove.
  3116.  
  3117. Ciolek, Dr. T. Matthew. Internet Voyager (a.k.a Electronic
  3118. Voyager Guidebook) Social Scientist's Guidebook to
  3119. AARNET/Internet Online Information Services. Available via
  3120. anonymous FTP from coombs.anu.edu.au in
  3121. coombspapers/coombswork/coombs-computing directory as internet-
  3122. voyager.txt.
  3123.  
  3124. Drew, Wilfred. Not Just Cows: A Guide to Internet/Bitnet
  3125. Resources in Agriculture and Related Sciences. May 1992.
  3126. Available via anonymous FTP from hydra.uwo.ca in LIBSOFT
  3127. directory.
  3128.  
  3129. FineArt Forum. Directory of Online Resources. Available via
  3130. anonymous FTP from ftp.msstate.edu in
  3131. pub/archives/fineart_online directory.
  3132.  
  3133. Haas, Leslie M., editor. Business Sources on the Net. Available
  3134. via anonymous FTP from ksuvxa.kent.edu in the library directory.
  3135.  
  3136. Hancock, Lee. Bitnet/Internet Health Science Resource List.
  3137. Available via anonymous FTP from ftp.sura.net in the pub/nic/
  3138. directory as medical-resources.xx.xx (xx.xx represents release
  3139. date).
  3140.  
  3141. Hirtle, Peter. Surfing the Internet for the History of Medicine.
  3142. Available via anonymous FTP from beach.utmb.edu in the CADUCEUS/
  3143. directory as Hist_Med.Resources.
  3144.  
  3145. Legal List.  Available via anonymous FTP from ftp.midnight.com
  3146. in the pub/LegalList directory.
  3147.  
  3148. Makulowich, John S. The Journalism List. Available via anonymous
  3149. FTP from ftp.clark.net in the pub/journalism directory.
  3150.  
  3151. McGee, Arthur. Black/African/Development Related Information.
  3152. Available via anonymous FTP from ftp.netcom.com in the
  3153. /pub/amcgee/african/myafrican_related_lists directory.
  3154.  
  3155. NCSA Education Group. Incomplete Guide to the Internet and Other
  3156. Telecommunications Opportunities Especially for Teachers and
  3157. Students K-12. July 1993.  Available via anonymous FTP from
  3158. zaphod.ncsa.uiuc.edu in the /Education_Resources directory.
  3159.  
  3160. Smith, Prescott. An Educator's Guide to E-Mail Lists. Available
  3161. via anonymous FTP from nic.umass.edu in pub/ednet directory as
  3162. educators.lst.
  3163.  
  3164. Strangelove, Michael. Electronic Mystic's Guide to the Internet.
  3165. Available via anonymous FTP from panda1.uottawa.ca in the
  3166. pub/religion directory.
  3167.  
  3168. Taylor, Dave. "The Internet Mall: Shopping on the Information
  3169. Highway." Finger taylor@netcom.com for information on how to
  3170. obtain this list.
  3171.  
  3172.  
  3173.  
  3174.  
  3175.  
  3176.  
  3177.  
  3178.  
  3179.  
  3180. APPENDIX A: MAKING THE INTERNET CONNECTION
  3181.  
  3182.  
  3183. If you don't already have an Internet account or want to obtain
  3184. another account for personal use, the best advice is to ask
  3185. colleagues and friends about the best options available in your
  3186. region. Local colleges, regional service providers, freenets,
  3187. and commercial online services offer a variety of plans at
  3188. different price levels. Even if you already have access to the
  3189. net you might want an account that offers services not available
  3190. in your area, such as usenet news, gopher servers, or slip
  3191. access so that you can use gopher clients or www browsers from
  3192. home.
  3193.  
  3194. Types Of Accounts
  3195.  
  3196. Full Internet access includes two basic types of service:
  3197.  
  3198.    E-mail based exchanges -- personal mail, special interest
  3199.    group lists,  and electronic newsletters and journals;
  3200.  
  3201.    Remote logons to gopher, www,  and wais, file archives,
  3202.    library catalogs, bulletin boards, and an ever-expanding
  3203.    list of databases.
  3204.  
  3205. Partial Internet access usually means connecting to the net via
  3206. e-mail. Few of the services offered via remote logon are
  3207. available by e-mail at this point, but this may change in the
  3208. future.
  3209.  
  3210. Internet Access Providers In Minnesota
  3211.  
  3212. Full Internet Access (e-mail, ftp, telnet, Usenet newsgroups)
  3213.  
  3214. 612-342-2570  Minnesota Regional Network -- MRnet
  3215. 612-624-2323  University of Minnesota Alumni Association
  3216.               ($30 membership + $70 per year)
  3217. 612-626-1600  University of Minnesota Computer and Information
  3218.               Services offers individual and corporate accounts
  3219.  
  3220. Out-of-state providers with local dial access:
  3221.  
  3222. 800-695-4005  Delphi -- offers 5 hour free trial subscription
  3223. 512-704-0160  HoloNet
  3224. 617-739-0202  The World
  3225.  
  3226. E-mail Only
  3227.  
  3228. 800-227-6364  America Online - promises additional Internet
  3229.               features - offers 10 hour free trial subscription
  3230.               in USA
  3231. 800-848-8199  Compuserve - also offers Knowledge Index (Dialog)
  3232.  
  3233. Hot-tip: Many local bulletin boards offer free or low-cost
  3234. Internet e-mail and Usenet access.
  3235.  
  3236. Outside the metropolitan area options are limited, because
  3237. public data network access is only available in Duluth, Mankato,
  3238. Rochester, and St. Cloud. Connecting to most service providers
  3239. requires a long distance call, but a few offer toll-free access:
  3240.  
  3241. 800-488-4559    CLASS - for library organizations
  3242. 800-876-2373    DIAL-N-CERF-USA
  3243. 800-35-TIGER    JVNC
  3244.  
  3245.  
  3246.  
  3247.  
  3248.  
  3249.  
  3250.  
  3251.  
  3252. APPENDIX B: CREATING A PLAN FILE
  3253.  
  3254. Warning: Not for the faint-hearted.
  3255.  
  3256. A plan is a plain text file that contains whatever information a
  3257. user wants to store in the file. Usually it is used for mundane
  3258. purposes: listing telephone numbers, office hours, favorite
  3259. quotations, etc. Scott Yanoff's Special Internet Connections
  3260. list mentions several clever examples of user-generated plans
  3261. making information available to the Net via finger. Finger is
  3262. being used to provide up-to-date information on everything from
  3263. earthquakes to sporting events.
  3264.  
  3265. To set up a plan:
  3266.  
  3267. 1. Create a plan file in your login or root directory. On some
  3268.    systems it is called .plan; on others plan.txt. Check with
  3269.    your system administrator. Note: Some systems do not allow
  3270.    outside access to .plan files.
  3271.  
  3272. 2. Set permission for this file (and o others) to world read
  3273.    only. The command is:
  3274.    set prot=W:R .plan;*
  3275.  
  3276. 3. You may have to set permission for your root directory to
  3277.    world read only. The command is:
  3278.                    set prot=W:R diskname:[-]username.dir
  3279.  
  3280.